/drush-vm

A quick Vagrant-based VM install for developing and maintaining Drush.

Primary LanguageShell

DRUSH VM Build status

Simple Vagrant-based VM that installs Drush.

$ git clone https://github.com/ergonlogic/drush-vm.git
$ cd drush-vm
$ vagrant up

If you want to install Drush from sources, instead of the .phar:

$ DRUSH_DEV=true vagrant up