Skip to content

JohnGoodman/disaster-recovery

 
 

Repository files navigation

Platform Logo

Disaster Recovery Platform

Requirements

Installation

- 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.

Export Configuration

  - docker-compose exec --user 82 php drush config-export --root=/var/www/html/web

IMPORTANT: Only commit files related to your features only.

Synchronize Configuration

  - 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 in shortcut.set.default.yml with null then try to re-import again. Here's a link to the bug report in the D8 issue queue.

Migrating Data

  - create term "Shelters" under Resources vocabulary
  - docker-compose exec --user 82 php drush import-organization --root=/var/www/html/web

Sponsors

Poetic Logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.7%
  • ApacheConf 11.9%
  • JavaScript 4.1%
  • HTML 3.8%
  • Shell 0.5%