blesta/softaculous

Softaculous Plugin

Installs: 343

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 8

Forks: 7

Open Issues: 0

Type:blesta-plugin

1.5.3 2020-10-19 23:27 UTC

This package is auto-updated.

Last update: 2024-04-26 00:26:43 UTC


README

Build Status Coverage Status

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

  1. You can install the plugin via composer:

    composer require blesta/softaculous
    
  2. OR upload the source code to a /plugins/softaculous/ directory within your Blesta installation path.

    For example:

    /var/www/html/blesta/plugins/softaculous/
    
  3. Log in to your admin Blesta account and navigate to

Settings > Plugins

  1. Find the Softaculous plugin and click the "Install" button to install it

  2. 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!