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 #793 from ctorgalson/792-devel-module-dependency-u…
Browse files Browse the repository at this point in the history
…ndocumented

Adds drupal_enabled_modules info to composer section
  • Loading branch information
geerlingguy authored Jul 12, 2016
2 parents 1b8f0fc + 37abc07 commit a8485fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/other/drupalvm-composer-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ drupal_composer_install_dir: "/var/www/drupalvm"
drupal_core_path: "{{ drupal_composer_install_dir }}/docroot"
```
If you intened to use the devel module, it must be added as a requirement to your `composer.json` file. Alternatively, if you do not intend to use it remove it from `drupal_enabled_modules` in your `config.yml` file:

`drupal_enabled_modules: []`

If you're using `pre_provision_scripts` or `post_provision_scripts` you also need to adjust their paths to take into account the new directory structure. The examples used in `default.config.yml` assume the files are located in the Drupal VM directory. If you use relative paths you need to the ascend the directory tree as far as the project root, but using the `config_dir` variable you get the absolute path of where you `config.yml` is located.

```yaml
Expand Down

0 comments on commit a8485fb

Please sign in to comment.