Fix command not in dev and added users

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-11 14:53:06 +01:00
parent 1b0a41cac8
commit b773feee35
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -1,13 +1,21 @@
# Pouet
## Maintainers
[Florian BOUILLON](https://github.com/Aviortheking)
[Nicolas BROSSARD](https://github.com/Nicolas-Brossard)
[Théo MEMIN](https://github.com/jenoh)
[Maxime SORIN](https://github.com/s0dyy)
## Install
### Dev
```
docker-compose build
docker-compose run artisan key:generate
docker-compose run composer install
cp ./env.example ./env
docker-compose run php artisan key:generate
docker-compose run php composer install
docker-compose up
```
@ -15,5 +23,8 @@ docker-compose up
### Prod
```
docker-compose up -f docker-compose.yml -f docker-compose.prod.yml --build
docker-compose build
cp ./env.example ./env
docker-compose run php artisan key:generate
docker-compose up -f docker-compose.yml -f docker-compose.prod.ym
```