Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active March 21, 2016 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opdavies/f916d8c0af81604ce3e3 to your computer and use it in GitHub Desktop.
Save opdavies/f916d8c0af81604ce3e3 to your computer and use it in GitHub Desktop.
Install the Drupal VM Generator.
curl -s https://www.drupalvmgenerator.com/download -L -o drupalvm-generate.phar
php -r "readfile('https://www.drupalvmgenerator.com/download');" > drupalvm-generate.phar
mv drupalvm-generate.phar /usr/local/bin/drupalvm-generate
php drupalvm-generate.phar
chmod +x drupalvm-generate.phar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment