Drupal project for essex.gov.uk
Built using the LocalGov Drupal distribution.
Use DDEV.
- Clone this repository.
- Run
ddev start
in the project root. - Run
ddev composer install
to install the project dependencies. ddev import-db --src=path/to/20YYMMYY_ecc_gov_dev.sql.gz
ddev drush deploy
ddev 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.