Grassroots Economic Organizing (GEO) Collective's main website. As a Drutopia project we hope others can learn from and emulate, this project is public.
https://geo.coop
|
||
---|---|---|
.ddev | ||
.gitlab/issue_templates | ||
config/sync | ||
drush | ||
patches | ||
scripts | ||
web | ||
.gitignore | ||
.gitlab-ci.yml | ||
7to8fieldmapping.md | ||
composer.json | ||
composer.lock | ||
ddev_drush_settings.php | ||
DEPLOYMENT.md | ||
DEVELOPMENT.md | ||
README.md | ||
UPGRADE.md |
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.
See DEPLOYMENT.md for easy deploy instructions with Ahoy.
Getting started
One time:
mkdir -p ~/Projects/geo
cd ~/Projects/geo
git clone git@git.agaric.com:geo/geo-coop.git
cd geo
Install DDEV for the following steps to work.
Whenever you want a fresh start:
git pull
ddev start
ddev composer update
ddev drush -y site:install minimal --existing-config
Note: If you receive a Permission denied (publickey).
error it means you need to copy your key into the DDEV container by running ddev auth ssh
.
Pull live content down for development
ddev drush sql-sync @live @self
ddev drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files