Overview
The following guide will show you how to install Softaculous on Plesk Linux.
Requirements
- A server with Plesk Linux (Any Plesk version above 9.0 is supported)
Installing Softaculous
Note: Before starting the installation make sure ionCube Loaders are enabled. Otherwise you will not be able to Install Softaculous. The ionCube Loaders can be downloaded from here. You can also check if ionCube is enabled with the following shell command :
root> php -m | grep -i ioncube
Note: Also make sure POSIX is enabled. Otherwise you will not be able to Install Softaculous. You can check if POSIX is enabled with the following shell command :
root> php -m | grep -i posix
If posix is not installed then run the following command
yum install php-process
wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh
The Installer will start showing the Installation Processes and when done will indicate the same. NOTE: Scripts will be downloaded during this process. The Download Activity will also be shown on the screen.
Thats it the installation of Softaculous is completed!