LEMP installation:
LAMP installation:
- https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7
- http://lamphowto.com/
I mostly used the digitalocean technique, but took some hints from lamphowto.com. These are assuming you want Apache (the 'a' in LAMP) but the info re MySQL and PHP is valid for a LEMP stack too.
PHP installation:
(Same as for LAMP installation)
NGINX installation:
- https://groups.drupal.org/node/388488
- https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-centos-7
- http://dashohoxha.blogspot.co.nz/2012/10/using-nginx-as-web-server-for-drupal.html
The first is very detailed wrt config and was followed through as it is Drupal specific..
The second was followed for the basic installation
The last was a Ubuntu/Debian based guide, so not necessarily cut-and-paste commands