August 2015
Intermediate to advanced
168 pages
3h 32m
English
While creating a role to install WordPress in Chapter 4, Bringing In Your Code – Custom Commands and Scripts, we created tasks to download, extract, and copy the WordPress application. However, that's not enough to launch WordPress, which has the following prerequisites:
An Nginx web server and MySQL service have already been installed in our case. We still need to install and configure PHP along with the MySQL database and a user required for our WordPress application. To handle PHP requests, we choose to implement the PHP5-FPM handler, which is an alternative to the traditional FastCGI implementation.
Read now
Unlock full access