bottin-agenda/README.md

22 lines
479 B
Markdown
Raw Permalink Normal View History

# agecem/bottin-agenda
Application web de distribution d'agendas pour le Centre Multi-Services.
## Prérequis
Nécessite une installation fonctionnelle et accessible de [agecem/bottin](https://git.agecem.com/agecem/bottin).
## Procédure
Remplir .env avec données d'environnement:
```
BOTTINAGENDA_DB_DATABASE=bottin-agenda
BOTTINAGENDA_DB_PASSWORD=bottin-agenda
BOTTINAGENDA_DB_USER=bottin-agenda
```
Déployer avec docker-compose:
```
$ docker-compose up -d --build
```