Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| — |
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:// | ||
| + | |||
| + | curl -L -fsSL -o ./ | ||
| + | |||
| + | cd dronahq-self-hosted | ||
| + | |||
| + | ./ | ||
| + | |||
| + | 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=' | ||
| + | | ||
| + | BUILDER_URL=' | ||
| + | BUILDER_URL=' | ||
| + | |||
| + | sudo docker compose up -d | | ||
| + | sudo docker compose ps | ||
| + | |||
| + | |||
| + | |||