Installation Instructions

Adnan

Administrator
Staff member
The following are the instructions to install Installicious. I will keep editing this thread from time to time.

PREREQUISITES
  1. A cPanel / WHM server with root access.
  2. Ioncube loader higher then version 4.

GETTING INSTALLICIOUS
  1. Installicious licenses are available at HostRush.
  2. After signing up, you may download it in your client area.

INSTALLING INSTALLICIOUS
  1. Upload the downloaded file 'Installicious_pkg.tar.gz' to your /root folder.
  2. Copy your license key from your client area. This will be used to build your install command.
  3. Run the following install command:
    echo '{Your-License-Key}' > installicious_license.txt && tar -xzf Installicious_pkg.tar.gz && php installicious_installer.php
    EG. If your license key is Initial-d37a4ea4385cb , your install command will be:
    echo 'Initial-d37a4ea4385cb' > installicious_license.txt && tar -xzf Installicious_pkg.tar.gz && php installicious_installer.php
    Installicious is now installed

Please report bugs, give us your feedback suggestions and request features.
 
Last edited:
Top