Agaric web development cooperative's main web site: https://agaric.coop
Find a file
2018-09-03 13:59:39 -06:00
box Create single method to provide all overridden values 2018-08-23 22:56:43 -04:00
config/sync Commit migrate drupal and config snapshot related to agaric migration 2018-08-27 17:10:48 -04:00
drush Fix the name of the drush alises 2018-08-28 12:20:16 -05:00
provisioning Remove group assignment from settings locations 2018-09-03 12:42:01 -04:00
web Add grunt-cli as a dependency 2018-09-03 13:59:39 -06:00
.gitignore Documenting allowing contrib modules for migration through composer lock file 2018-08-24 16:06:44 -04:00
.gitmodules Add patternlibrary/styleguide back in as submodule again 2018-08-20 10:44:01 -04:00
composer.json Add migrate_plus, migrate_tools and phpunit 2018-08-24 15:46:37 -04:00
composer.lock Commit composer lock file with installed migrate plus 2018-08-24 16:29:13 -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