How to install Plesk on Linux CentOS?
Download the autoinstaller from our website:
1wget http://autoinstall.plesk.com/plesk-installer 2
11wget http://autoinstall.plesk.com/plesk-installer
22
Add execute permissions to the autoinstaller:
chmod +x plesk-installer
1chmod +x plesk-installer
Launch the autoinstaller:
./plesk-installer
1./plesk-installer
If upgrading Plesk from a lower version:
Command line:
/usr/local/psa/admin/sbin/autoinstaller --all-versions
1/usr/local/psa/admin/sbin/autoinstaller --all-versions
GUI (Graphical user interface):
/usr/local/psa/admin/sbin/autoinstaller --all-versions --web-interface
1/usr/local/psa/admin/sbin/autoinstaller --all-versions --web-interface
For more information, please refer to Plesk Installation guide.
Tested on CentOS 6.7 x64
Source: https://kb.plesk.com/en/119521