Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #858: Updating docs for non-composer to composer update. #1198

Merged
merged 1 commit into from
Mar 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion readme/updating-blt.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,21 @@ If you are using an older version of BLT that was not installed using Composer,

1. Upgrade to the latest version of BLT:

composer require acquia/blt:^8.3 --no-update
composer require acquia/blt:^8.6.15 --no-update
composer update

1. If using Travis CI, re-initialize .travis.yml and re-apply customizations:

rm .travis.yml && blt ci:travis:init

1. Cleanup deprecated files

rm -rf .git/hooks && mkdir .git/hooks
blt cleanup

1. If using Drupal VM, re-create VM:

blt vm:nuke
blt vm

Review and commit changes to your project files. For customized files like `.travis.yml` or `docroot/sites/default/settings.php` it is recommended that you use `git add -p` to select which specific line changes you'd like to stage and commit.