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