- PHP 7.1.8+
- Drush 8.0.*
- Drupal Console 8.0.*
- Compass 1.0.*
May be useful to get multiple versions of drush locally
From the project root:
composer install
Then, to install the site:
drush site-install poc --db-url=mysql://user:[email protected]/poc --account-name=admin --account-pass=xx
At times, it may be required to update entity configuration, especially when translations are set for an entity, you need to run entity update
in order to correctly set all properties:
drush entity-updates
Documentation for this project is available at the github wiki.