2023-02-17 15:37:36 -05:00
|
|
|
# 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).
|
2023-07-20 17:04:11 -04:00
|
|
|
|
|
|
|
## Procédure
|
|
|
|
|
|
|
|
Remplir .env avec données d'environnement:
|
|
|
|
```
|
|
|
|
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
|
|
|
|
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
|
|
|
|
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
|
|
|
|
```
|
|
|
|
|
|
|
|
Déployer avec docker-compose:
|
|
|
|
```
|
|
|
|
$ docker-compose up -d --build
|
|
|
|
```
|