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