2019-07-19 10:20:03 -04:00
|
|
|
# GEO.coop README
|
2019-07-12 14:27:04 -04:00
|
|
|
|
2019-07-19 10:20:03 -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
|
|
|
|
2019-07-19 10:20:03 -04:00
|
|
|
## Getting started
|
2019-07-12 14:27:04 -04:00
|
|
|
|
2019-07-19 10:20:03 -04:00
|
|
|
One time:
|
2019-07-12 14:27:04 -04:00
|
|
|
|
|
|
|
```
|
2019-07-19 10:20:03 -04:00
|
|
|
git clone git@gitlab.com:agaric/sites/geo.git
|
|
|
|
cd geo
|
2019-07-12 14:27:04 -04:00
|
|
|
```
|
|
|
|
|
2019-07-19 10:20:03 -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
|
2019-07-19 10:21:09 -04:00
|
|
|
ddev start
|
2019-07-19 10:20:03 -04:00
|
|
|
ddev composer update
|
|
|
|
ddev . drush -y site:install minimal --existing-config
|
|
|
|
```
|