geo-coop/README.md
2019-07-19 10:20:03 -04:00

26 lines
523 B
Markdown

# GEO.coop README
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.
## Getting started
One time:
```
git clone git@gitlab.com:agaric/sites/geo.git
cd geo
```
[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
```