blesta / softaculous
Softaculous Plugin
Installs: 368
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 7
Open Issues: 0
Type:blesta-plugin
Requires
- php: >=5.4.0
- blesta/composer-installer: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.6
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~3.0
README
This is a plugin for Blesta that integrates with Softaculous. When a service is created by cPanel, CentOS Web Panel, Plesk, Interworx, or ISPmanager this plugin runs a softaculous script.
Install the Plugin
-
You can install the plugin via composer:
composer require blesta/softaculous
-
OR upload the source code to a /plugins/softaculous/ directory within your Blesta installation path.
For example:
/var/www/html/blesta/plugins/softaculous/
-
Log in to your admin Blesta account and navigate to
Settings > Plugins
-
Find the Softaculous plugin and click the "Install" button to install it
-
Add the following configurable options:
- admin_name: The admin username to be used by software installed by softaculous
- admin_pass: The admin password to be used by software installed by softaculous
- directory: The directory in which software will be installed installed
- script: The softaculous script to run
You're done!