How to install UniFi controller on CentOS, a very stable Linux platform used on production servers. Prepare CentOS # yum update -y # reboot # yum -y install wget unzip php httpd # service httpd start # chkconfig httpd on # su root MongoDB # vi...
An easy task, using yum. First step, see if it’s already installed. [root@optusnet]# rpm -qa | grep php php-common-5.1.6-27.el5_5.3 php-cli-5.1.6-27.el5_5.3 php-5.1.6-27.el5_5.3 php-pdo-5.1.6-27.el5_5.3 php-mysql-5.1.6-27.el5_5.3 If the GD Library isn’t present in...
The installation of WordPress is simple and straightforward. Really. So I’m not going to detail the installation process, which is well documented here. However, the permalink feature does not work out of the box on a standard CentOs 5 distribution. Some changes have...