- Docker4Drupal. Please follow documentation for usage. There will be a section below to summary some main points.
- Composer Template for Drupal Projects
- Docker Community Edition for Mac
- make sure docker is running.
- git clone https://github.com/disastersystems/disaster-recovery.git
- bash install.sh
This will install the site, import existing configuration and generate one time login link for you.
- docker-compose exec --user 82 php drush config-export --root=/var/www/html/web
IMPORTANT: Only commit files related to your features only.
- git pull latest update
- docker-compose exec --user 82 php drush config-import --root=/var/www/html/web
- If you have this error
Entities exist of type Shortcut link and Default. These entities need to be deleted before importing.
, replace uuid inshortcut.set.default.yml
with null then try to re-import again. Here's a link to the bug report in the D8 issue queue.
- create term "Shelters" under Resources vocabulary
- docker-compose exec --user 82 php drush import-organization --root=/var/www/html/web