geo-coop/README.md

27 lines
523 B
Markdown
Raw Normal View History

# GEO.coop README
2019-07-12 14:27:04 -04:00
This project is based on Drutopia, which means it is compatible with
existing and future Drutopia features. We will be diverging from
Drutopia for special functionality, however.
2019-07-12 14:27:04 -04:00
## Getting started
2019-07-12 14:27:04 -04:00
One time:
2019-07-12 14:27:04 -04:00
```
git clone git@gitlab.com:agaric/sites/geo.git
cd geo
2019-07-12 14:27:04 -04:00
```
[Install DDEV](https://ddev.readthedocs.io/en/latest/#installation) for
the following steps to work.
Whenever you want a fresh start:
```
git pull
ddev composer update
ddev . drush -y site:install minimal --existing-config
```