From 20279a6a794e4c9406c881fe298b20a12008c469 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Wed, 9 Nov 2022 12:49:06 +0100 Subject: [PATCH] maj readme --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c94696b..32c7898 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ -# workadventure +# WORKADVENTURE ## Description Ce projet a pour but de déployer la stack workadventure (https://github.com/thecodingmachine/workadventure) en auto-hébergement. +Consulter la branche nginx-proxy pour un déploiement dérrière un proxy Nginx ([ici](https://git.gregandev.fr/gregandev/workadventure/src/branch/nginx-proxy)) + ## Pré-requis Pour déployer cette stack, vous aurez besoin: - Une machine pour héberger le serveur (proc 3Ghz, 4Go ram minimum) - Un nom de domaine pour pointer vers votre serveur (*.adventure.nom-de-domain.tld) -- L'accès à votre box internet pour la redirection des ports +- L'accès à votre box internet pour la redirection des ports (80 & 443) ## Configuration / Installation ### Configuration -- Renseigner le nom de domaine aux quatres endroits: +- Renseigner le nom de domaine: ```bash cd workadventure/ nano .env @@ -27,14 +29,24 @@ nano .env docker-compose up -d ``` +> Note: Attendre que les certificats SSL soient effectués (~10 min) + ### Map building -tuto: https://workadventu.re/map-building/ +tutos: +- https://github.com/garagenum/garage-wa-map +- https://workadventu.re/map-building/ + +### OIDC -## Roadmap +- Workadventure: +```bash +nano .env +``` +> Note: Renseigner les URLs en suivant les exemples -- SSO login -- Faire une map de fou! +- Keycloak: +![keycloak-settings](docs/keycloak.png) ## Contributing