This a guide to help installing WordPress on HP Cloud (Nginx PHP5-FPM MariaDB), we have talked about the steps on our text based guides like - https://thecustomizewindows.com/2015/...
Watch full screen, click the gear icon to set to the highest resolution.
Commands used for installing components are
---------------------------- PHP5-FPM and Others ---------------------------
apt-get install php5-common php5-mysqlnd php5-xmlrpc php5-curl php5-gd php5-cli php5-fpm php-pear php5-dev php5-imap php5-mcrypt
apt-get install snmp php5-mysql php5-curl php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-xcache libssh2-php
--------------------------- nginx ---------------------------
apt-get nginx-full
--------------------------- mariadb---------------------------
apt-get install mariadb-server
Others are written on our website.