Comments on How to Install WordPress with HHVM and Nginx on CentOS 7

In this tutorial, I will show you how to install WordPress with HHVM and Nginx as web server and how to configure SELinux for WordPress. I will use CentOS 7 as the operating system. HHVM (HipHop Virtual Machine) is an open source virtual machine for executing programs written in PHP and Hack language.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: TiTex

Why are  you installing al those development tools/packages if you installed HHVM from prebuilt packages ?

there is no reason for it as far as i can tell

just download the package  and do yum localinstall hhvm-3.15.2-1.el7.centos.x86_64.rpm

By: ej

It was all going well until I got here:

sudo update-alternatives --install /usr/bin/php php /usr/bin/hhvm 60

failed to link /usr/bin/php -> /etc/alternatives/php: /usr/bin/php exists and it is not a symlink

I tried it without the 60 and it seemed to work. 

Another error at

systemctl restart nginx

Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.servic

 

e" and "journalctl -xe" for details.