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

Commit

Permalink
Merge pull request #2083 from ijf8090/patch-1
Browse files Browse the repository at this point in the history
Update README.md - installing Drupal 8
  • Loading branch information
geerlingguy committed Sep 30, 2020
2 parents af97556 + 88144b6 commit 2a0b13e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ There are a couple places where you can customize the VM for your needs:
- `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/).
- `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).

If you want to use Drupal 8 on the initial install, do the following:

1. Set `drupal_major_version: 8` inside `config.yml`.
2. Set `drupal_composer_project_package: "drupal/recommended-project:^8@dev"` inside `config.yml`.


If you want to use Drupal 7 on the initial install, do the following:

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

0 comments on commit 2a0b13e

Please sign in to comment.