Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 2a0b13e

Browse files
authored
Merge pull request #2083 from ijf8090/patch-1
Update README.md - installing Drupal 8
2 parents af97556 + 88144b6 commit 2a0b13e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ There are a couple places where you can customize the VM for your needs:
5252
- `config.yml`: Override any of the default VM configuration from `default.config.yml`; customize almost any aspect of any software installed in the VM (more about [configuring Drupal VM](http://docs.drupalvm.com/en/latest/getting-started/configure-drupalvm/).
5353
- `drupal.composer.json` or `drupal.make.yml`: Contains configuration for the Drupal core version, modules, and patches that will be downloaded on Drupal's initial installation (you can build using Composer, Drush make, or your own codebase).
5454

55+
If you want to use Drupal 8 on the initial install, do the following:
56+
57+
1. Set `drupal_major_version: 8` inside `config.yml`.
58+
2. Set `drupal_composer_project_package: "drupal/recommended-project:^8@dev"` inside `config.yml`.
59+
60+
5561
If you want to use Drupal 7 on the initial install, do the following:
5662

5763
1. Switch to using a [Drush Make file](http://docs.drupalvm.com/en/latest/deployment/drush-make/).

0 commit comments

Comments
 (0)