Skip to content

A plugin for Hestia Control Panel (via hestiacp-pluginable) that adds the Quickstart tab for an easy-to-use guide and quick website setup.

License

Notifications You must be signed in to change notification settings

Devstia/hcpp-quickstart

Repository files navigation

hcpp-quickstart

A plugin for Hestia Control Panel (via hestiacp-pluginable) that adds the Quickstart tab for an easy-to-use guide and quick website setup.

 

Installation

HCPP-Quickstart requires an Ubuntu or Debian based installation of Hestia Control Panel in addition to an installation of HestiaCP-Pluginable to function; please ensure that you have first installed pluginable on your Hestia Control Panel before proceeding. Switch to a root user and simply clone this project to the /usr/local/hestia/plugins folder. It should appear as a subfolder with the name quickstart, i.e. /usr/local/hestia/plugins/quickstart.

First, switch to root user:

sudo -s

Then simply clone the repo to your plugins folder, with the name quickstart:

cd /usr/local/hestia/plugins
git clone https://github.com/virtuosoft-dev/hcpp-quickstart quickstart

Note: It is important that the destination plugin folder name is quickstart.

Be sure to logout and login again to your Hestia Control Panel as the admin user or, as admin, visit Server (gear icon) -> Configure -> Plugins -> Save; the plugin will immediately start installing quickstart depedencies in the background.

A notification will appear under the admin user account indicating ”Quickstart plugin has finished installing” when complete. This may take awhile before the options appear in Hestia. You can force manual installation via:

cd /usr/local/hestia/plugins/quickstart
./install
touch "/usr/local/hestia/data/hcpp/installed/quickstart"

 

About Quickstart

This plugin will furnish a new tab item 'Quickstart' which acts as an easy-to-use, guided 'wizard' to easily create a domain name and associated website backend.

Extending HCPP-QuickStart via Pluginable Actions

The following hestiacp-pluginable actions are invoked when using the QuickStart. Developers can hook and implement their own QuickStart using these actions:

  • quickstart_header - injects a common header containing CSS styling and scripts for all QuickStart pages.
  • quickstart_main - displays the contents of the main QuickStart tab.

Support the creator

You can help this author's open source development endeavors by donating any amount to Stephen J. Carnam @ Virtuosoft. Your donation, no matter how large or small helps pay for essential time and resources to create MIT and GPL licensed projects that you and the world can benefit from. Click the link below to donate today :)

https://virtuosoft.com/donate

About

A plugin for Hestia Control Panel (via hestiacp-pluginable) that adds the Quickstart tab for an easy-to-use guide and quick website setup.

Resources

License

Stars

Watchers

Forks

Packages

No packages published