Skip to content

Instantly share code, notes, and snippets.

@tsphethean
Last active January 1, 2016 11:29
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 tsphethean/8138503 to your computer and use it in GitHub Desktop.
Save tsphethean/8138503 to your computer and use it in GitHub Desktop.
Drupal and HHVM
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