Drupal project for essex.gov.uk
Built using the LocalGov Drupal distribution.
Use DDEV.
- Clone this repository.
- Run
ddev startin the project root. - Run
ddev composer installto install the project dependencies. ddev import-db --src=path/to/20YYMMYY_ecc_gov_dev.sql.gzddev drush deployddev drush uli
The DDEV config.yaml file is configured with the requirements for local development and provides an approximate
equivalent to what is used in production.
Once again, DDEV has the details configured for NGINX for local development.