Merge pull request #1166 from sgmap/readme

README improvements
This commit is contained in:
gregoirenovel 2018-01-03 11:39:14 +01:00 committed by GitHub
commit 582b7bf889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,9 @@ Téléprocédures Simplifiées, ou TPS pour les intimes, est une plateforme 100
### Développement ### Développement
- Mailcatcher : `gem install mailcatcher` - Mailcatcher : `gem install mailcatcher`
- Hivemind :
* Mac : `brew install hivemind`
* Linux : voir https://github.com/DarthSim/hivemind#installation
### Tests ### Tests
@ -68,6 +71,8 @@ client_id: ''
client_secret: '' client_secret: ''
``` ```
*Note : les valeurs pour ces deux paramètres sont renseignées dans le Keepass*
## Création des comptes initiaux ## Création des comptes initiaux
rails c rails c
@ -81,7 +86,6 @@ client_secret: ''
## Lancement de l'application ## Lancement de l'application
brew install hivemind # Avec Linux voir https://github.com/DarthSim/hivemind#installation
hivemind hivemind
## Programmation des jobs ## Programmation des jobs