maj readme
This commit is contained in:
parent
ea101e991e
commit
20279a6a79
26
README.md
26
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/
|
||||
|
||||
## Roadmap
|
||||
### OIDC
|
||||
|
||||
- SSO login
|
||||
- Faire une map de fou!
|
||||
- Workadventure:
|
||||
```bash
|
||||
nano .env
|
||||
```
|
||||
> Note: Renseigner les URLs en suivant les exemples
|
||||
|
||||
- Keycloak:
|
||||

|
||||
|
||||
## Contributing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user