Skip to content

agilecollective/ncc-learning

Repository files navigation

Norwich City Council: IT training

Preparation

  1. Log into Github and Gitpod
  2. Fork this repository
  3. Create new Gitpod project

Set up

  • ddev start
  • ddev composer install
  • ddev import-db --file=norwich.sql.gz
  • ddev drush uli --uri=$(gp url 8080)

Check for updates

  • ddev composer audit

Applying updates

  • ddev composer update drupal/* core-recommended --with-dependencies
  • ddev drush updb
  • ddev composer update drupal/office_hours

Testing updates

  • ddev phpunit

Version conrol

  • git diff
  • git add -p

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published