Skip to content

Instantly share code, notes, and snippets.

@Im0rtality
Last active August 29, 2015 14:11
Show Gist options
  • Save Im0rtality/97a5174819a14a9d4407 to your computer and use it in GitHub Desktop.
Save Im0rtality/97a5174819a14a9d4407 to your computer and use it in GitHub Desktop.
HHVM @ nfq/wheezy-100
#!/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