|
|
пре 6 година | |
|---|---|---|
| bin | пре 6 година | |
| func | пре 6 година | |
| install | пре 6 година | |
| src | пре 6 година | |
| test | пре 6 година | |
| web | пре 6 година | |
| .gitignore | пре 6 година | |
| CONTRIBUTING.md | пре 6 година | |
| ISSUE_TEMPLATE.md | пре 6 година | |
| LICENSE | пре 10 година | |
| README.md | пре 6 година |
Hestia Control Panel is undergoing rapid changes in development. As such, it is important to note that:
To install Hestia Control Panel on your server, you will need to be logged in as root either directly from the command line console or remotely via SSH:
ssh root@your.server
Download the installation script for the latest release:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install.sh
To begin the installation process, simply run the script and follow the on-screen prompts:
bash hst-install.sh
You will receive a welcome email at the address specified during installation (if applicable) and on-screen instructions after the installation is completed to log in and access your server.
To perform an unattended installation using the default options:
bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>
You may specify a number of various flags during installation to only install the features in which you need. To view a list of available options, run:
bash hst-install.sh -h
Alternatively, @gabizz has made available a command-line script generator at https://gabizz.github.io/hestiacp-scriptline-generator/ which allows you to easily generate the installation command via GUI.
To install a development build based on the latest published code, you must first have an existing installation of Hestia available. If you do not have a server configured, please install the latest stable build using the instructions above before continuing.
Development builds should not be installed on systems with live production data.
wget https://raw.githubusercontent.com/hestiacp/hestiacp/develop/src/hst_autocompile.sh
bash hst_autocompile.sh --packageset <branchname> <yes|no>
Valid options for packageset flag include:
For example, to install only the Control Panel itself built from the main development branch (develop):
bash hst_autocompile.sh --hestia develop yes
Important: Updates which have been released via the Hestia package repositories and upgraded through apt will replace installations which use the above method.
If you've run into an issue with Hestia Control Panel, please let us know as soon as possible so that we may investigate further and resolve any issues in a timely manner.
Bug reports can be filed using GitHub's Issues feature.
If you would like to contribute to the project, please read our submission guidelines for a brief overview of our development processes and standards.
Hestia Control Panel is open source and completely free for everyone to use.
If you would like to help our developers cover their time and infrastucture costs, or to support the Hestia Control Panel project as a whole, please consider making a donation via PayPal.
Hestia Control Panel is licensed under GPL v3 license, and is based on the VestaCP project.