Compare commits

...

4 commits
dev ... stable

Author SHA1 Message Date
Dryusdan 8e3ec9538e Mise à jour de 'README.md' 2021-05-03 11:20:47 +02:00
Dryusdan 78188f5001 Mise à jour de 'README.md' 2021-05-02 18:39:51 +02:00
Dryusdan e1ae312419 Replace doc/ by config/ 2021-05-02 17:56:31 +02:00
Dryusdan d0b75ae916 Change link 2021-03-03 20:48:02 +01:00

View file

@ -1,6 +1,6 @@
# OVH-server-tracker
An OVH server tracker for Kimsufi, maybe So You Start.
An OVH server tracker for Kimsufi and So You Start.
## Purpose
@ -9,17 +9,19 @@ There is many type of notification listed here : https://github.com/caronc/appri
Actualy only email, xmpp are supported here. Easy to integrate other (see `src/notifications.py`)
Discord and Matrix are planned.
This project is [inspired by Pofilo](https://git.pofilo.fr/pofilo/kimsufi).
## Documentation
### References and zones
In `doc/`, you can find [the list of references](https://git.drycat.fr/Dryusdan/OVH-server-tracker/src/branch/stable/config/refToName.yml)
In `config/`, you can find [the list of references](https://git.dryusdan.fr/Dryusdan/OVH-server-tracker/src/branch/stable/config/refToName.yml)
Zone are fra, gra, rbx, sbg for Kimsufi
## Installation
+ `git clone https://git.drycat.fr/Dryusdan/OVH-server-tracker.git`
+ `cd kimsufi`
+ `git clone https://git.dryusdan.fr/Dryusdan/OVH-server-tracker.git`
+ `cd /OVH-server-tracker`
+ Create virtual environment: `python3 -m venv .`
+ Source it: `source bin/activate`
+ Install dependencies: `pip install -r requirements.txt`