Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 22fa806

Browse files
committed
Merge pull request #106 from acquia/grasmash-patch-2
Update local-development.md
2 parents a95318c + a0dbf7a commit 22fa806

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

template/readme/local-development.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ If you must use Windows, we recommend that:
2828
To use [Drupal VM](https://www.acquia.com/products-services/dev-desktop) with a Drupal project that is generated with BLT:
2929

3030
1. Place your downloaded copy of Drupal VM inside the generated Drupal project folder, and name the drupal-vm directory `box`.
31-
2. Inside the new project's `build/custom/phing/build.yml` file, override the `docroot` used for Drush commands with the value:
31+
1. Inside the new project's `build/custom/phing/build.yml` file, override the `docroot` used for Drush commands with the value:
3232

3333
```
3434
drush:
3535
root: ''
3636
```
37-
3. Add a drush alias to `drush/site-aliases/aliases.drushrc.php`:
37+
1. Add a drush alias to `drush/site-aliases/aliases.drushrc.php`:
3838
3939
```
4040
// [vagrant_machine_name].local
@@ -49,8 +49,9 @@ To use [Drupal VM](https://www.acquia.com/products-services/dev-desktop) with a
4949
'ssh-options' => '-i ~/.vagrant.d/insecure_private_key',
5050
);
5151
```
52-
4. Follow the Quick Start Guide in [Drupal VM's README](https://github.com/geerlingguy/drupal-vm#quick-start-guide)
53-
5. Before you run `vagrant up`, make the following changes to your VM `config.yml` file:
52+
1. Updating `project.yml` so that `drush.default_alias` is set to your Drupal VM alias.
53+
1. Follow the Quick Start Guide in [Drupal VM's README](https://github.com/geerlingguy/drupal-vm#quick-start-guide)
54+
1. Before you run `vagrant up`, make the following changes to your VM `config.yml` file:
5455
5556
```
5657
# Update the hostname to the local development environment hostname.

0 commit comments

Comments
 (0)