Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Mise à jour du README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hardware committed Dec 25, 2014
1 parent ec63e0f commit a88bdf5
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
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

0 comments on commit a88bdf5

Please sign in to comment.