Last active
August 29, 2015 14:11
-
-
Save Im0rtality/97a5174819a14a9d4407 to your computer and use it in GitHub Desktop.
HHVM @ nfq/wheezy-100
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
#!/bin/bash | |
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 | |
echo deb http://dl.hhvm.com/debian wheezy main | sudo tee /etc/apt/sources.list.d/hhvm.list | |
sudo apt-get update | |
sudo apt-get install hhvm | |
export LC_ALL=C | |
sudo echo 'hhvm.libxml.ext_entity_whitelist = file,http' >> /etc/hhvm/php.ini | |
sudo echo 'date.timezone="Europe/Vilnius"' >> /etc/hhvm/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment