This project was generated from lagoon-boutique-template.
See CONTRIBUTING.md
Unless otherwise noted, the source code of this project is distributed under the MIT License.
- Install ddev v1.24+.
- Launch the development environment:
ddev start - Visit the new site's Drupal installation page at
https://lagoon-quitpath-ca.ddev.site. - Install the site with the following options:
- Choose language: English
- Installation profile: Minimal
- Configure site: as desired but site settings will be overridden shortly.
The site email address should be
eservices@yukon.caunless advised otherwise by eServices.
- Override the system's site UUID from the value in
config/sync/system.site.yml:ddev drush cset system.site uuid <uuid value from system.site.yml> - Import the template's default configuration:
ddev drush cim -y - Genuflect to the Drupal God:
ddev drush cr - Add the user created in step #3 to the Administrator role.
- Verify there any errors shown on the Drupal Status report are within reason.