Installing Plesk on CentOS Linux
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: […]