LoginSignup
17
18

More than 5 years have passed since last update.

CentOS7にHHVMをインストールする方法

Posted at

http://yum.gleez.com/ にHHVMのrpmが!

http://yum.gleez.com/ というyumレポジトリでHHVMが提供されているのでこれを使います。

yum install -y epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
rpm -Uvh http://yum.gleez.com/6/x86_64/gleez-repo-6-0.el6.noarch.rpm
sed -i 's|baseurl=http://yum.gleez.com/6/$basearch/|baseurl=http://yum.gleez.com/7/$basearch/|g' /etc/yum.repos.d/gleez.repo
yum --nogpgcheck -y install hhvm

(sedでゴニョゴニョしてるのは、7用のrpmが見つからなかったからです。
thanks to http://qiita.com/nyatakasan/items/f2851809aa5e3f1ad709)

確認

$ hhvm --version
HipHop VM 3.6.0 (rel)
Compiler: tags/HHVM-3.6.0-0-g6ef13f20da20993dc8bab9eb103f73568618d3e8
Repo schema: 3ab6576af394a33abbb29796c652f06b1c7640ce

Vagrantfile作りました

こちらにVagrantfileをあげておきましたのでご自由にお使いください。
vagrant upするだけでhhvm環境が手に入ります!!₍₍⁽⁽(ી(ˇωˇ)ʃ)₎₎⁾⁾

参考

rpmのうp主はこちらのインドの方のようです。

https://github.com/facebook/hhvm/issues/4527#issuecomment-68076133
https://github.com/sandeepone

関係ないけど私のアイコンはインドの神様なので親近感が湧いてきました。(どうでもいいつぶやき)

17
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
18