Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed May 22, 2023
2 parents b14969e + e161d84 commit d6365db
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ Inspiré de l'outil https://github.com/noelmartinon/webagenda-viewer.
Le fichier `ldaptrombipy/static/app/public/config.json` est utilisé par le frontend pour connaitre l'API et définir si les utilisateurs peuvent ajouter ou modifier eux-mêmes les photos

- Lancer le script d'installation `install_app.sh`
- L'API est lancée sur le port 5006 par défaut

## Configuration Apache

- Réaliser une configuration Apache : Créer un fichier `/etc/apache2/sites-available/trombi.conf` et copier le contenu du fichier https://github.com/PnEcrins/Trombi/blob/main/cong_apache.template (en adaptant les chemins). Activer la configuration et redémarrer Apache
```
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2ensite trombi
sudo apachectl restart
```

## Fonctionnement

- Le trombinoscope n'affiche que les personnes ayant un nom et un prénom dans l'AD

## Développement

### Backend
Expand Down

0 comments on commit d6365db

Please sign in to comment.