Skip to content

disastersystems/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0e6810 · Sep 4, 2017

History

17 Commits
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017

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