Agaric web development cooperative's main web site: https://agaric.coop
14c61444ad
... take 2. |
||
---|---|---|
box | ||
config/sync | ||
drush | ||
provisioning | ||
web | ||
.gitignore | ||
.gitmodules | ||
composer.json | ||
composer.lock | ||
phpunit.xml | ||
README.md | ||
Vagrantfile |
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