Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -116,8 +116,10 @@ The following steps outline a suggested installation process on a fresh VPS. It'
2. Update Package List: `apt-get update`
3. Install Sudo: `apt-get install sudo`
4. Install [Docker Engine](https://docs.docker.com/engine/install/debian/)
5. Install [GitLab Runner](https://docs.gitlab.com/runner/install/)
6. Install Firewall: sudo apt-get install ufw && sudo ufw allow 5001 && sudo ufw enable && sudo ufw status
5. Install Git: `sudo apt install git`
6. Install 19squared: g`it clone https://git.rwth-aachen.de/medialab/interactive360vr.git && docker compose up -d`
7. Install [Proxy Manager](https://nginxproxymanager.com/guide/#quick-setup) and create Proxy Host to Forward Port 5001
8. Install Firewall: sudo apt-get install ufw && sudo ufw allow 5001 && sudo ufw enable && sudo ufw status
# Garbage Collector
......
......