Today in this post we will see how to install Plesk on Linux server :
First of all download the auto installer from the following location :
# wget http://autoinstall.plesk.com/plesk-installer
Add execute permissions to the auto installer:
# chmod +x plesk-installer
Launch the auto installer:
# ./plesk-installer
If upgrading Plesk from a lower version:
Command line:
# /usr/local/psa/admin/sbin/autoinstaller --all-versions
GUI (Graphical user interface):
/usr/local/psa/admin/sbin/autoinstaller --all-versions --web-interface
That’s all we have to do.