Jaap Marcus 3 лет назад
Родитель
Сommit
889a8cb54b
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      docs/docs/contributing/testing.md

+ 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
 ```
 
+## 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
 
 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`.