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
Find a file
benjamin melançon 92d29700de Stick search bar on right for consistency and to fix weirdness at middle sizes
(this weirdness introduced by other recent changes, but it's better on the right anyway)

Also do not wrap menu on desktop and widescreen.

Ref #114
2025-02-23 23:41:26 -05:00
.ddev Apply DDEV self-updates 2025-02-20 10:55:31 -05:00
.gitlab/issue_templates Switch default issue assignee to Micky 2021-05-25 17:26:46 -04:00
config/sync Remove surplus div and put column class on block #114 2025-02-22 18:07:20 -05:00
drush Relocate test server 2024-10-07 18:29:05 -04:00
patches Remove the drutopia default content 2019-07-18 15:40:57 -05:00
scripts Add script for retaining custom .htaccess from Drutopia build source 2025-02-21 18:23:07 -05:00
web Stick search bar on right for consistency and to fix weirdness at middle sizes 2025-02-23 23:41:26 -05:00
.gitignore Move to standard backup folder path 2022-02-06 15:06:27 -05:00
.gitlab-ci.yml Add call to hosting for deploy 2019-08-30 23:54:38 -04:00
7to8fieldmapping.md Document change made in migration plan 2019-08-01 22:59:30 -04:00
composer.json Add CKEditor iFrame module #116 2025-02-22 01:10:05 -05:00
composer.lock Update composer lock file 2025-02-23 23:27:32 -05:00
ddev_drush_settings.php I think this is safe to commit across environments 2019-07-18 23:27:24 -04:00
DEPLOYMENT.md Don't do live in the copy-paste instructions 2021-08-12 17:53:35 -04:00
DEVELOPMENT.md Link to what started this train of thought 2019-08-14 23:53:37 -04:00
README.md Update and expand getting started steps, improve formatting and consistency 2025-01-25 21:56:37 -05:00
UPGRADE.md Reformat UPGRADE.md 2024-10-07 18:28:25 -04:00

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