You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Monday, June 17th 2019 we released version 1.00.0-190618 which unfortunately has a few issues which occur on certain configurations that were not
7
-
caught by our internal testing processes. Because automatic updates were enabled by default on new installations, this has caused instances where servers
8
-
have become unavailable due to the upgrade failing and we sincerely apologize for any inconvenience and disruption.
9
-
10
-
If you have experienced a failed upgrade, please submit an issue report via GitHub Issues. We are planning on shipping the v1.0.1 hotfix release once we
11
-
have validated that it corrects the issues which we have been made aware of and other bugs that we've fixed between the time of the initial release and now.
12
-
13
-
**Pre-Release Software Information**
14
-
----------------------------
15
-
**Hestia Control Panel is undergoing rapid changes in development. As such, it is important to note that:**
16
-
* Current builds are released as a beta and are intended for development and testing purposes only.
17
-
* This software should not be used on production systems without understanding the risks.
18
-
* By using this software, you acknowledge and accept that bugs or issues could occur at any time.
19
-
* By using this software, you acknowledge and accept that changes to the functionality or user interface are likely during the course of development.
3
+
**Current release:** Version 1.0.1, released on June 25th, 2019.
20
4
21
5
What is Hestia Control Panel?
22
6
----------------------------
@@ -25,8 +9,8 @@ What is Hestia Control Panel?
25
9
26
10
What does Hestia Control Panel support?
27
11
----------------------------
28
-
* Standard Web Server (apache2/nginx) with PHP
29
-
* PHP Web Application Server (nginx + php-fpm)
12
+
* Standard Web Server (Apache/NGINX) with PHP
13
+
* PHP Web Application Server (NGINX + PHP-FPM)
30
14
* Multiple PHP versions (5.6 - 7.3)
31
15
* DNS Server (Bind) with clustering capabilities
32
16
* Mail Server (Exim/Dovecot) with Anti-Virus and Anti-Spam (ClamAV and SpamAssassin)
@@ -42,14 +26,14 @@ Supported operating systems:
42
26
Installing Hestia Control Panel
43
27
============================
44
28
## Step 1: Log in
45
-
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:
29
+
To install Hestia Control Panel on your server, you will need to be logged in as **root**or a user with super-user privileges in order to continue. You can perform the installation either directly from the command line console or remotely via SSH:
46
30
```bash
47
31
ssh root@your.server
48
32
```
49
33
## Step 2: Download
50
34
Download the installation script for the latest release:
To begin the installation process, simply run the script and follow the on-screen prompts:
@@ -72,29 +56,15 @@ Alternatively, @gabizz has made available a command-line script generator at htt
72
56
73
57
Installing development builds
74
58
=============================
75
-
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.
59
+
In order to install a development build based on the latest published code, you must first have an existing installation of Hestia Control Panel available. If you do not have a server configured, please install the latest stable build using the instructions above before continuing.
76
60
77
-
**Development builds should not be installed on systems with live production data.**
61
+
**PLEASE NOTE: Development builds should not be installed on systems with live production data without understanding the potential risks involved.**
For example, to install only the Control Panel itself built from the main development branch (**develop**):
94
-
```bash
95
-
bash hst_autocompile.sh --hestia develop yes
96
-
```
97
-
67
+
Replace *branchname* with the name of the branch you wish to install from, such as release, prerelease, or master (stable, beta/release candidate, and current development code respectively).
98
68
**Important:** Updates which have been released via the Hestia package repositories and upgraded through **apt** will replace installations which use the above method.
99
69
100
70
Reporting Issues
@@ -111,7 +81,7 @@ Donations
111
81
=============================
112
82
Hestia Control Panel is open source and completely free for everyone to use.
113
83
114
-
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.
84
+
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 or become a sponsor.
0 commit comments