This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
ovh-availability v1.0.0 | ||
======================= | ||
|
||
Application permettant de connaitre la disponibilité des serveurs d'OVH (SoYourStart, Kimsufi) | ||
|
||
### Installation | ||
|
||
```bash | ||
git clone https://github.com/hardware/ovh-availability.git | ||
npm install | ||
bower update | ||
migrate up | ||
``` | ||
|
||
Ajouter les variables d'environnement dans un fichier nommé .env à la racine du projet : | ||
|
||
``` | ||
ENV=development | ||
SENDGRID_USERNAME=... | ||
SENDGRID_PASSWORD=... | ||
RECAPTCHA_PUBLIC_KEY=... | ||
RECAPTCHA_PRIVATE_KEY=... | ||
APP_URL=http://127.0.0.1:5000/ | ||
CRON_KEY=... | ||
COOKIES_SECRET=... | ||
SESSION_SECRET=... | ||
OVH_API_URL=https://ws.ovh.com/dedicated/r2/ws.dispatcher/getAvailability2 | ||
``` | ||
|
||
### Lancement de l'application | ||
|
||
```bash | ||
foreman start | ||
``` | ||
|
||
### Support | ||
|
||
https://github.com/hardware/ovh-availability/issues | ||
|
||
### License | ||
MIT. Voir le fichier ``LICENCE`` pour plus de détails |