27 lines
522 B
Markdown
27 lines
522 B
Markdown
# Installation - LeCoffre Front
|
|
|
|
## Prérequis
|
|
- Dépôts sous `/home/debian/4NK_env` (branche `ext`).
|
|
- Docker/Compose.
|
|
- Variables `NEXT_PUBLIC_*` dans `lecoffre_node/.env.master`.
|
|
|
|
## Configuration
|
|
- Pas de `.env` local.
|
|
- Vérifier URLs backend et iframe IHM.
|
|
|
|
## Démarrage (orchestrateur)
|
|
```bash
|
|
cd /home/debian/4NK_env/lecoffre_node
|
|
./scripts/start.sh | cat
|
|
```
|
|
|
|
## Accès
|
|
- `https://dev4.4nkweb.com/lecoffre/`
|
|
|
|
## Vérifications
|
|
- Ouverture iframe IHM.
|
|
- Appels API vers `/api/` OK.
|
|
|
|
## Notes
|
|
- CI via tag `ext`.
|