Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -123,15 +123,15 @@ The following video shows all steps needed to deploy the application using a Clo ...@@ -123,15 +123,15 @@ The following video shows all steps needed to deploy the application using a Clo
Perform the following steps on the machine you want to use as your server. Perform the following steps on the machine you want to use as your server.
1. [Create a Cloudflare Account](https://developers.cloudflare.com/fundamentals/setup/account/create-account/) 1. [Create a Cloudflare account](https://developers.cloudflare.com/fundamentals/setup/account/create-account/)
2. [Add a Domain to the Cloudflare Account](https://developers.cloudflare.com/fundamentals/setup/manage-domains/add-site/) 2. [Add a domain to the Cloudflare account](https://developers.cloudflare.com/fundamentals/setup/manage-domains/add-site/)
3. [Install the Docker Engine](https://docs.docker.com/engine/install/) 3. [Install the Docker Engine](https://docs.docker.com/engine/install/)
4. [Install git](https://git-scm.com/downloads) 4. [Install git](https://git-scm.com/downloads)
5. [Start 19squared](#production-server) 5. [Start 19squared](#production-server)
- `git clone https://git.rwth-aachen.de/medialab/interactive360vr.git` - `git clone https://git.rwth-aachen.de/medialab/interactive360vr.git`
- `copy .env.template .env` - `copy .env.template .env`
- `docker compose up -d --build` - `docker compose up -d --build`
6. [Create the Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/) 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. - **Important:** Use Docker to install `cloudflare/cloudflared` and add `-d --network 19squared_frontend` between `docker run` and `cloudflare/cloudflared` of the provided command.
- **Service URL:** `http://19sq-nginx:80` - **Service URL:** `http://19sq-nginx:80`
... ...
......