From a88bdf58f6f84ce69d4a74c3c60075644e06caad Mon Sep 17 00:00:00 2001 From: Quentin PANISSIER Date: Thu, 25 Dec 2014 11:44:53 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/README.md b/README.md index e69de29..a2653ac 100644 --- a/README.md +++ b/README.md @@ -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