Comments on How to install Wordpress with Nginx, MariaDB and HHVM on Ubuntu 16.04 LTS
This tutorial describes the steps to install WordPress with Nginx, MariaDB and HHVM on Ubuntu 16.04 Server. HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day.
10 Comment(s)
Comments
How do i change from the ip to Domain name?
Go into wordpress and then set it up in the wordpress settings
Why install HHVM? can you help me to understand it? Is install only nginx, mariadb are enough? Thanks
HHVM is used to process / run the php files. It is used as a fast replacement for the "traditional" PHP.
Nice guide.
How do you get permalinks working?
Any tips on security?
a.k.a hemp stack ^_^
I had to
service nginx reload
service hhbm restart
before the http://localhost/info.php page would work
how to configure the Nginx web server to use HHVM? there are no steps above the tutorial guide
Can someone help me with the problem that I am having, I can not save the index.php folder, I put the command but I can not save it, and when I view the HHVM page, the page does not appear and the file is being downloaded
Can you write/modify article to reflect 2018 changes? Php 7.2, caching, configure cache with WP, perconadb or maria db.