Add host name env variable

This commit is contained in:
Gregoire Parant 2020-12-30 15:52:14 +01:00
parent 284846e8a5
commit f47495850e
3 changed files with 26 additions and 16 deletions

View file

@ -17,7 +17,17 @@ triggered when you move next to a colleague).
## Getting started
Install Docker.
Install Docker : https://docs.docker.com/get-docker/
Install docker-compose : https://docs.docker.com/compose/install/
**Add your local environment variable**
Run:
```
cp .en.template .env
```
_``If you want deploy on the dev server, you must update HOST_NAME in your `.env` by your private domain (workadventure.localhost => yourdomain.com).``
**_``Don't forgot to add A entry in DNS like this *.yourdomain.com. The different deployed for WorkAdventure are: play. ; pusher. ; maps. ; api. ; uploader. ;``_**
Run: