Skip to content

Instantly share code, notes, and snippets.

@vs0uz4
Created May 31, 2015 23:51
Show Gist options
  • Save vs0uz4/b032eac9979cfa6aaf92 to your computer and use it in GitHub Desktop.
Save vs0uz4/b032eac9979cfa6aaf92 to your computer and use it in GitHub Desktop.
Install HHVM in Homestead for Laravel 4.2
wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
echo deb http://dl.hhvm.com/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install hhvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment