Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 587 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 587 Bytes

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