Skip to content

Instantly share code, notes, and snippets.

@eniuz
Created March 14, 2016 16:18
Show Gist options
  • Save eniuz/d8c377bf40a569f8d815 to your computer and use it in GitHub Desktop.
Save eniuz/d8c377bf40a569f8d815 to your computer and use it in GitHub Desktop.
install-hhvm-centos-7
yum update -y
yum install inotify-tools
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/i/inotify-tools-devel-3.14-8.el7.x86_64.rpm
rpm -Uvh http://mirrors.linuxeye.com/hhvm-repo/7/x86_64/hhvm-3.12.0-1.el7.centos.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment