Last active
January 1, 2016 11:29
-
-
Save tsphethean/8138503 to your computer and use it in GitHub Desktop.
Drupal and HHVM
This file contains 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
git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/vagrant.git | |
cd vagrant | |
vagrant box add base http://files.vagrantup.com/precise64.box | |
vagrant up | |
sudo nano /etc/hosts | |
# add | |
# 33.33.33.10 drupal.vbox.local dev-site.vbox.local | |
vagrant ssh | |
# Update our packages | |
sudo apt-get update | |
sudo apt-get upgrade | |
exit | |
# After updates, run chef again | |
vagrant provision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment