Benutzer-Werkzeuge

Webseiten-Werkzeuge


spielplatz:student:git

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

spielplatz:student:git [2025/12/05 17:59] (aktuell)
217.7.196.21 angelegt
Zeile 1: Zeile 1:
 +git config --global core.autocrlf false
 +
 +git clone https://github.com/dronahq/self-hosted.git dronahq-self-hosted
 +
 +curl -L -fsSL -o ./master.zip "https://license.dronahq.com/self-hosted/master.zip" && unzip master.zip && mv master dronahq-self-hosted
 +
 +cd dronahq-self-hosted
 +
 +./dronahq_setup
 +
 +cat dronahq.env 
 +**Filecreatre** If not you can add this variable. Following is the example of how this variable should look like in environment file. Update two environment variables
 +
 +LICENSE_KEY='DRONAHQ-LICENSE-KEY'
 +                    
 +BUILDER_URL='http://localhost'           # replace your ip address here
 +BUILDER_URL='http://dronahq.example.com'
 +
 +sudo docker compose up -d |
 +sudo docker compose ps
 +
 +
 +
  
/volume1/web/dokuwiki/data/pages/spielplatz/student/git.txt · Zuletzt geändert: 2025/12/05 17:59 von 217.7.196.21