Installing Softaculous in ISP System Linux
Contents |
Overview
The following guide will show you how to install Softaculous on ISP System Linux.
Requirements
- A server with ISP System Linux
- If you have a firewall, then please allow access to all packages from *.softaculous.com
Note : Please allow access to the following domains to your firewall as these are the mirrors used to download the script packages.
- api.softaculous.com (IP : 216.18.221.243)
- s1.softaculous.com (IP : 108.61.84.171)
- s2.softaculous.com (IP : 23.29.77.179)
- s3.softaculous.com (IP : 142.4.49.46)
- s4.softaculous.com (IP : 188.138.10.177)
Installing Softaculous in ISP System Linux
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 at the ionCube Downloads.
Also Softaculous will not work if suHOSIN is enabled in PHP.
Now SSH to your server and enter following commands:
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. Also ISPManager will require a server restart to show the Softaculous link in the Admin Panel.
Thats it the installation of Softaculous is completed !
Quick Installation in ISP System Linux
If you wish to finish the installation quickly and then download the script packages in background use this method.
Note: Before starting the installation make sure ionCube Loaders are enabled. Softaculous Installer requires Ioncube. Now SSH to your server and enter following commands:
wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh --quick
