An open API service indexing awesome lists of open source software.

https://github.com/computestacks/cpanel-plugin

ComputeStacks plugin for cPanel
https://github.com/computestacks/cpanel-plugin

Last synced: 10 months ago
JSON representation

ComputeStacks plugin for cPanel

Awesome Lists containing this project

README

          

# 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.