Workadventure self hosting deployment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
workadventure/README.md

46 lines
822 B

# workadventure
## Description
Ce projet a pour but de déployer la stack workadventure (https://github.com/thecodingmachine/workadventure) en auto-hébergement.
## 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
## Configuration / Installation
### Configuration
- Renseigner le nom de domaine aux quatres endroits:
```bash
cd workadventure/
nano .env
```
### Deployement
```bash
docker-compose up -d
```
### Map building
tuto: https://workadventu.re/map-building/
## Roadmap
- SSO login
- Faire une map de fou!
## Contributing
- Me
- The others
## License
... OPEN SOURCE GPL3