We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Building on CentOS 7 now requires a newer version of cmake.
Updated Building and installing hhvm on CentOS 7.x (markdown)
Update EPEL setup
Add re2-devel to dependencies
Add fastlz and double-conversion -devel to dependencies
instructions on prebuilt vs source
Revert ae6ee10bed5e5056814c7419f3b218c4dc95780e...6e89ce30198ba3a42d099fde945a5f4b417c562a on Building and installing hhvm on CentOS 7.x
Please do not take out the compile ability because some can't RPM. Others will will prefer to compile.
A better way. We simply can't compile HHVM on a <4GB RAM server so RPM is better.
the fast way
Add optional dependencies section
Add numactl-devel to the list of dependencies
Put all into one shell script
Fixed typo.
Add a service stop. In CentOS 7 /var/run is a symbolic link, so the stop is set to the absolute path to the pid created
Correct name for the package: ImageMagick-devel instead of libImageMagick-devel.
Adding ExecStarPre lines to systemd service, the /var/run/hhvm directory will not exist and throw a warning otherwise.
server.hdf -> server.ini (included)