Updating ACSF - NCIOCPL/cgov-digital-platform GitHub Wiki

  1. composer require drupal/acsf --update-with-dependencies
  2. ENSURE YOU HAVE NO OTHER PENDING GIT CHANGES!!!
  3. drush --include=/var/www/docroot/modules/contrib/acsf/acsf_init --root="/var/www/docroot" -y acsf-init
  4. drush --include=/var/www/docroot/modules/contrib/acsf/acsf_init acsf-init-verify to check if everything is Good To Go.
  5. Check out the git status of the changes to make sure there is nothing ACE related that it broke... e.g. our post-code-deploy script...
  6. Commit your changes.