Skip to content

Commit

Permalink
Issue geerlingguy#616: Bring README up to date [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed May 14, 2016
1 parent 60f7640 commit eaa0c43
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This project aims to make spinning up a simple local Drupal test/development environment incredibly quick and easy, and to introduce new developers to the wonderful world of Drupal development on local virtual machines (instead of crufty old MAMP/WAMP-based development).

It will install the following on an Ubuntu 14.04 (by default) linux VM:
It will install the following on an Ubuntu 16.04 (by default) linux VM:

- Apache 2.4.x (or Nginx 1.x)
- PHP 7.0.x (configurable)
Expand Down Expand Up @@ -44,7 +44,7 @@ There are a couple places where you can customize the VM for your needs:
- `config.yml`: Contains variables like the VM domain name and IP address, PHP and MySQL configuration, etc.
- `drupal.make.yml`: Contains configuration for the Drupal core version, modules, and patches that will be downloaded on Drupal's initial installation (more about [Drush make files](https://www.drupal.org/node/1432374)).

If you want to switch from Drupal 8 (default) to Drupal 7 or 6 on the initial install, do the following:
If you want to switch from Drupal 8 (default) to Drupal 7 on the initial install, do the following:

1. Update the Drupal `version` and `core` inside the `drupal.make.yml` file.
2. Update `drupal_major_version` inside `config.yml`.
Expand Down Expand Up @@ -90,18 +90,20 @@ By default, this VM includes the extras listed in the `config.yml` option `insta

installed_extras:
- adminer
# - blackfire
- drupalconsole
- mailhog
- memcached
# - memcached
# - newrelic
# - nodejs
- pimpmylog
# - redis
# - ruby
# - selenium
# - solr
- varnish
- xdebug
- xhprof
# - xdebug
# - xhprof

If you don't want or need one or more of these extras, just delete them or comment them from the list. This is helpful if you want to reduce PHP memory usage or otherwise conserve system resources.

Expand Down

0 comments on commit eaa0c43

Please sign in to comment.