Skip to content

Instantly share code, notes, and snippets.

@tegansnyder
Created November 4, 2014 01:59
Show Gist options
  • Save tegansnyder/6de4f329b4a99520596c to your computer and use it in GitHub Desktop.
Save tegansnyder/6de4f329b4a99520596c to your computer and use it in GitHub Desktop.
Installing HHVM on RHEL 6
cd /etc/yum.repos.d
sudo wget http://www.hop5.in/yum/el6/hop5.repo

# find what versions are available
yum list --showduplicates hhvm

# install latest version
yum install hhvm-3.2.0-1.el6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment