/CMS-Installer

Installs choice CMS on a cPanel server

Primary LanguageShellGNU General Public License v2.0GPL-2.0

alt text


Command line CMS installer for CentOS 6+ servers running WHM/cPanel


Server root pass is required for use

To use:

mkdir -p /usr/local/src && cd /usr/local/src
wget https://raw.githubusercontent.com/InterGenStudios/CMS-Installer/master/instcms --no-check-certificate
chmod +x instcms
echo alias instcms=\'/bin/bash /usr/local/src/instcms\' >> ~/.bashrc
/bin/bash /usr/local/src/instcms -h
source ~/.bashrc

- To do list:
  1) Start cPanel Plugin GUI Development
  2) Identify and integrate additional CMSs
  3) Everything else