This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit a0dbf7a 1 parent a95318c commit a0dbf7a Copy full SHA for a0dbf7a
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ If you must use Windows, we recommend that:
28
28
To use [ Drupal VM] ( https://www.acquia.com/products-services/dev-desktop ) with a Drupal project that is generated with BLT:
29
29
30
30
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:
32
32
33
33
```
34
34
drush:
35
35
root: ''
36
36
```
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`:
38
38
39
39
```
40
40
// [vagrant_machine_name].local
@@ -49,8 +49,9 @@ To use [Drupal VM](https://www.acquia.com/products-services/dev-desktop) with a
49
49
'ssh-options' => '-i ~/.vagrant.d/insecure_private_key',
50
50
);
51
51
```
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:
54
55
55
56
```
56
57
# Update the hostname to the local development environment hostname.
You can’t perform that action at this time.
0 commit comments