How to install Installatron Plugin in cpanel/WHM
Installing without a license will install the free edition. This edition is full-featured, includes all applications, and there is no time limit. The only limitation is that the free edition will only work for the first domain that it’s used with.
Installation
For servers that support the RPM packaging standard, execute this command from the SSH root command prompt:
rpm -Uvh http://data1.installatron.com/installatron-plugin-cpanel-latest.noarch.rpm
For all other servers, execute these commands from the SSH root command prompt:
wget http://data1.installatron.com/installatron/installatron_setup.sh chmod +x installatron_setup.sh ./installatron_setup.sh -f
Uninstallation
Remove from the GUI:
rm -fr /usr/local/cpanel/3rdparty/installatron rm -f /usr/local/cpanel/whostmgr/addonfeatures/installatron rm -f /usr/local/cpanel/whostmgr/addonfeatures/itwidget rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_installatron.cgi rm -f /usr/local/cpanel/base/frontend/*/dynamicui/dynamicui_installatron.conf rm -f /usr/local/cpanel/base/frontend/*/dynamicui/dynamicui_itwidget.conf perl -pi -e 's/_in.+\s*//g' /root/cpanelbranding/*/dynamicui.conf perl -pi -e 's/_in.+\s*//g' /home/*/cpanelbranding/*/dynamicui.conf
Delete the core:
rpm -e installatron-plugin-cpanel rm -fr /usr/local/installatron rm -fr /var/installatron rm -f /etc/cron.d/installatron
Delete user install data (be careful!):
rm -fr /home/*/.installatron