Created
July 23, 2015 05:09
-
-
Save andreferraro/b1a0f4a681176aea1a27 to your computer and use it in GitHub Desktop.
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
#/bin/bash | |
apt-get install software-properties-common -y | |
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 | |
add-apt-repository 'deb http://dl.hhvm.com/ubuntu trusty main' | |
apt-get update | |
apt-get install hhvm -y | |
/usr/share/hhvm/install_fastcgi.sh | |
/etc/init.d/hhvm restart | |
update-rc.d hhvm defaults |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment