Skip to content

ComputeStacks/cpanel-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cPanel integration for ComputeStacks

The installation process is a 2 step procedure:

  1. Create the ComputeStacks plugin directory (mkdir /usr/local/cpanel/base/frontend/paper_lantern/computestacks) and move the contents of plugin_files to: /usr/local/cpanel/base/frontend/paper_lantern/computestacks

  2. Install the plugin with: /usr/local/cpanel/scripts/install_plugin computestacks.tar.gz

  3. Login to WHM and add ComputeStacks in the feature manager

  4. Thats it! It will be visible in the Software section within cPanel.

If you wish to uninstall ComputeStacks, you can do so by removing the plugin files and running: /usr/local/cpanel/scripts/uninstall_plugin computestacks.tar.gz

Notes

If you want to customize how the app is displayed in the cPanel interface (the name, icons, etc), you can decompress the computestacks.tar.gz file and edit the install.json. The install_plugin command can be used on a directory, as well as, a compressed file, so no need to re-compress after you make your changes.