Эх сурвалжийг харах

Add not on beta new install (#3324)

Jaap Marcus 3 жил өмнө
parent
commit
889a8cb54b

+ 13 - 0
docs/docs/contributing/testing.md

@@ -30,6 +30,19 @@ curl -s "https://beta-apt.hestiacp.com/pubkey.gpg" | gpg --dearmor | tee /usr/sh
 apt update && apt upgrade
 apt update && apt upgrade
 ```
 ```
 
 
+## Install from beta repo
+
+If you want to install a new Hestia installation form the beta server.
+
+```bash
+# Debian
+wget https://beta-apt.hestiacp.com/hst-install-debian.sh
+# or Ubuntu
+wget https://beta-apt.hestiacp.com/hst-install-ubuntu.sh
+```
+
+Then install via bash hst-install-debian.sh or bash hst-install-ubuntu.sh
+
 ## Disabling the beta repo
 ## Disabling the beta repo
 
 
 Edit `/etc/apt/sources.list.d/hestia.list` and remove the `#` in front of `apt.hestiacp.com`, and add a `#` in front of `beta-apt.hestiacp.com`.
 Edit `/etc/apt/sources.list.d/hestia.list` and remove the `#` in front of `apt.hestiacp.com`, and add a `#` in front of `beta-apt.hestiacp.com`.