Définition du projet

This commit is contained in:
Jonas 12t 2021-10-22 09:28:38 +04:00
parent f3b69070c1
commit 23344c48f8
1 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ vivre un jour !
## Installation : ## Installation :
Requierement : Docker & docker-compose. We need Docker & docker-compose.
See https://docs.docker.com/ for installation.
```shell ```shell
cd Docker/Development cd Docker/Development
@ -67,7 +68,8 @@ docker exec -ti tibillet_django bash
rsp rsp
``` ```
Test with www.$DOMAIN and demo.$DOMAIN Don't forget to change your /etc/host if you are in localhost :) Test with www.$DOMAIN/admin and demo.$DOMAIN/admin
Don't forget to change your /etc/host if you are in localhost :)
Enjoy ! Enjoy !