CA_LARAVEL/README.md
Florian Bouillon 9da138fe63
Amélioration du README
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-13 09:17:03 +01:00

34 lines
711 B
Markdown
Executable File

# Pouet
## Maintainers
- [Aviortheking: Florian BOUILLON](https://github.com/Aviortheking)
- [Nicolas-Brossard: Nicolas BROSSARD](https://github.com/Nicolas-Brossard)
- [jenoh: Théo MEMIN](https://github.com/jenoh)
- [s0dyy: Maxime SORIN](https://github.com/s0dyy)
# Requirements :
- GIT LFS
## Install
### Dev
```
docker-compose build
cp ./.env.example ./.env
docker-compose run php composer install
docker-compose run php php artisan key:generate
docker-compose up
```
### Prod
```
cp ./env.example ./env
docker-compose build
docker-compose run -f docker-compose.yml -f docker-compose.prod.yml php php artisan key:generate
docker-compose up -f docker-compose.yml -f docker-compose.prod.yml
```