Agaric web development cooperative's main web site: https://agaric.coop
Find a file
mlncn 81905ed283 Merge branch 'migration-fixes' into 'master'
Migration extras

See merge request agaric/sites/agaric-com!28
2018-10-31 02:50:17 +00:00
box Create single method to provide all overridden values 2018-08-23 22:56:43 -04:00
config/sync Commit config snapshot 2018-10-17 21:04:02 -04:00
drush Update Drush to Drush 9 2018-10-12 18:18:17 -04:00
provisioning Remove group assignment from settings locations 2018-09-03 12:42:01 -04:00
web Include the tags field migration. 2018-10-30 12:33:04 -06: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 Add Template Suggestions module 2018-10-17 21:00:54 -04:00
composer.lock Update to latest secure Drupal core 2018-10-17 21:12:29 -04:00
phpunit.xml Add the proper configuration to run the tests 2018-08-24 15:46:37 -04:00
README.md Add instructions for fetching database 2018-10-08 00:07:26 -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.

vagrant ssh
composer install
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb

Get updates

git submodule update --recursive --remote

Theming

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