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
- Host: GitHub
- URL: https://github.com/computestacks/cpanel-plugin
- Owner: ComputeStacks
- Created: 2020-04-14T20:52:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T20:00:05.000Z (about 6 years ago)
- Last Synced: 2025-08-01T14:07:00.155Z (11 months ago)
- Language: PHP
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.