Agaric web development cooperative's main web site: https://agaric.coop
Find a file
2018-10-22 14:03:17 -05:00
box Create single method to provide all overridden values 2018-08-23 22:56:43 -04:00
config/sync Update configuration from distribution 2018-09-06 19:25:29 -04:00
drush Upgrade to Drush 9 and update the aliases to format 2018-10-22 14:03:17 -05:00
provisioning Remove group assignment from settings locations 2018-09-03 12:42:01 -04:00
web Merge branch 'fix-styleguide' into 'master' 2018-09-07 02:02:52 +00:00
.gitignore Ignore folder for SQL dumps 2018-09-06 16:07:12 -04:00
.gitmodules Specify branch for pattern library submodule to prevent detached head 2018-09-05 16:11:36 -04:00
composer.json Upgrade to Drush 9 and update the aliases to format 2018-10-22 14:03:17 -05:00
composer.lock Update composer lock file with linebreaks, webform 2018-09-06 16:03:28 -04:00
phpunit.xml Add the proper configuration to run the tests 2018-08-24 15:46:37 -04:00
README.md Add starter database to README 2018-08-28 10:17:09 -04:00
Vagrantfile Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00

Get submodules

This project includes the Agaric styleguide as a git submodule.

When cloning

git clone --recurse-submodules git@gitlab.com:agaric/sites/agaric-com.git

If you cloned without --recurse-submodules

If in your initial clone you didn't do as above, you can get the styleguide with:

git submodule init
git submodule update

Get started

To be able to import the configuration, you need to get the initializing database (where we will also be collaborating on content) from the test site pending resolution of drutopia#216.

Get updates

git submodule update --recursive --remote

Theming

See web/themes/custom/agarica/README.md and web/themes/custom/agarica/patternlibrary/README.md