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

2.1.0

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 22 Sep 21:51
· 1520 commits to master since this release

New variables in config.yml

  • Make sure you add and configure drupalvm_webserver to choose either apache (default) or nginx.

Major improvements

  • #89: Add Nginx support to Drupal VM (choose between apache and nginx).
  • #185: Added ability for configuring a public bridged network.
  • #227: Add and document Node.js/NPM and Ruby/Gemfile installation options.

Minor improvements

  • #210: Remove id from example shares, as it causes more problems than it solves.
  • #151: Add drupal install arguments configuration option.
  • #202: Pass the port number from the Vagrant autogenerated inventory.
  • #216: Install Postfix with geerlingguy.postfix role instead of custom task.
  • #212: Use KVM paravirtualization instead of Legacy for VirtualBox (also fixed upstream in base box).

Bugfixes

  • #111: Replace phpMyAdmin documentation with Adminer.
  • #251: Make Adminer config work better across webservers.