Last active
March 21, 2016 06:55
-
-
Save opdavies/f916d8c0af81604ce3e3 to your computer and use it in GitHub Desktop.
Install the Drupal VM Generator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://www.drupalvmgenerator.com/download -L -o drupalvm-generate.phar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php -r "readfile('https://www.drupalvmgenerator.com/download');" > drupalvm-generate.phar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv drupalvm-generate.phar /usr/local/bin/drupalvm-generate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php drupalvm-generate.phar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod +x drupalvm-generate.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment