steps to install SitePad website builder on a cPanel server:
1) Login to your server via SSH as a root user and switch to the “/usr/local/src/” folder to download the SitePad cPanel installation script. If “install.sh” file exists, remove this file so that we can download the latest installation script from their official site.
# cd /usr/local/src/
# rm -fv install.sh
2) Download the SitePad installation script from their official site by executing below command and give the execution permission for the file.
# wget -N http://files.sitepad.com/install.sh
# chmod 755 install.sh
3)Begin the installation by running below command, wait for few minutes. Once the installation completed, you will see a successful message on your command line terminal.
# ./install.sh
Once everything completed, you can see the SitePad website builder Icon on your cPanel.