I have been trying for hours to install the web ui.
I have nginx up and running.
I have transferred the files to the nginx root directory.
I can view the files from the web ui folder, but the index.php will not load in chrome on centos.
Instead, index.php always downloads.
The web suggests that the problem is with my nginx server (not chrome) and that I need to install php.
Well, I installed what was suggested on the previous post in this topic, but evidently that was not enough.
After poking around on the web, I finally got php installed (I think properly) on my system.
root@centos-gui ems_ui]# php -v
PHP 5.4.33 (cli) (built: Sep 20 2014 16:20:03)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
I restarted nginx and still no joy, the index.php in the web ui folder still downloads.
I have used yum on my centos VM to install: php, php-curl php5-fpm
and also: php-fpm php-mysql php-common php-cli php-pdo php-curl php-gd php-mbstring php-mcrypt
Any suggestions on making the web ui work on CentOS would be greatly appreciated.