Skip to content

Commit

Permalink
VM setup tips (#3036)
Browse files Browse the repository at this point in the history
* Update local-development.md to reference committing DrupalVM files.
  • Loading branch information
danepowell authored and ba66e77 committed Aug 30, 2018
1 parent 797637f commit 8522677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ To use [Drupal VM](http://www.drupalvm.com/) with a Drupal project that is gener
1. Create & boot the VM

blt vm
1. Commit all resulting files, including `box/config.yml` and `Vagrantfile`.

git add -A
git commit -m <your commit meessage>

1. Install Drupal

Expand All @@ -39,6 +44,8 @@ To use [Drupal VM](http://www.drupalvm.com/) with a Drupal project that is gener

There are also other changes you can make if you choose to match the Acquia Cloud server configuration more closely. See Drupal VM's example configuration changes in Drupal VM's `examples/acquia/acquia.overrides.yml` file.

Subsequently, you should use `vagrant` commands to interact with the VM. Do not re-run `blt vm`. For instance, use `vagrant up` to start the VM, and `vagrant halt` to stop it.

Note: With a Drupal VM setup, BLT expects all commands (with the exception of commands in the `blt vm` namespace), to be executed within the VM. To SSH into the VM, simply run `vagrant ssh` as you did in the "Install Drupal" step above.

### Drupal VM and Behat tests
Expand Down

0 comments on commit 8522677

Please sign in to comment.