48a920c0db236b96d8c55b89c92a8314e2c7802c
- rubix-deploy is public; plain wget is enough for install-rubix.sh
rubix-deploy
Bootstrap step 1 for new Rubix servers (install app from Gitea release).
Repository: https://gitea.dialer.work/swissdatabase/rubix-deploy
Clone: git clone https://gitea.dialer.work/swissdatabase/rubix-deploy.git
On a new VPS
wget -O install-rubix.sh \
https://gitea.dialer.work/swissdatabase/rubix-deploy/raw/branch/main/install-rubix.sh
chmod +x install-rubix.sh
sudo ./install-rubix.sh
The script: apt update + apt upgrade, installs tools, asks for token, creates /home/www/callcenter, downloads rubix.
Step 2+ (.env, Docker, up.sh): swissdatabase/rubix README.
Description
Languages
Shell
100%