In this post I’m going to describe the simple steps to install the latest release of the Plesk software on CentOS.
First make sure you are root:
|
1 |
sudo -s |
Make sure you start with a clean starting point, remove existing instances of Apache, MySql, Cyrus and PHP:
|
1 2 3 4 |
yum remove http* yum remove php* yum remove cyrus* yum remove mysql* |
Make sure your CentOS distribution is fully patched:
|
1 |
yum update all |
Let’s disable the Security Enhanced Linux feature:
|
1 |
setenforce 0 |
Go to the installation folder:
|
1 |
cd /usr/local/src |
Download and execute the installer script:
|
1 |
wget -O -http://autoinstall.plesk.com/one-click-installer | sh |
Finally configure the Plesk configuration using an internet browser : https://ip address of server:8443