Skip to content

disastersystems/platform

Repository files navigation

Platform Logo

Platform

Requirements

Installation

- git clone https://github.com/disastersystems/platform.git
- composer install
- docker-compose up -d
- open http://drupal.docker.localhost:8000
- run through installation process
- use "drupal" for username/password/dbname
- use "mariadb" for db host and leave port empty

Synchronize Configuration

  - cat config/sync/system.site.yml to get uuid.
  - docker-compose exec --user 82 php drush cset "system.site" uuid "uuid-from-system-site-yml" --root=/var/www/html/web
  - 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

  - 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