Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -129,7 +129,7 @@ Perform the following steps on the machine you want to use as your server.
4. [Install git](https://git-scm.com/downloads)
5. [Start 19squared](#production-server)
- `git clone https://git.rwth-aachen.de/medialab/interactive360vr.git`
- `copy .env.template .env`
- `cp .env.template .env`
- `docker compose up -d --build`
6. [Create the Cloudflare tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/)
- **Important:** Use Docker to install `cloudflare/cloudflared` and add `-d --network 19squared_frontend` between `docker run` and `cloudflare/cloudflared` of the provided command.
......
......