WHMAMP Installation
WHMAMP is built for cPanel servers. Therefore, cPanel is required to be installed on the server. WHMAMP is compatible with all servers that runs cPanel.
Requirements
cPanel 11+ preferred (CloudLinux supported).
Ioncube Loader Enabled (WHM -> Tweak Settings -> cPanel PHP loader)
Installation
Note: You will be able to install WHMAMP after you order a license.
rm install.sh -f;
wget http://whmamp.com/download/install.sh;
sh install.sh;
Uninstallation
rm remove.sh -f;
wget http://whmamp.com/download/remove.sh;
sh remove.sh;
Make sure that cron jobs are removed after you uninstall by checking them with "crontab -e"