Merge pull request #1162 from tchak/procfile

add a Procfile and document usage of hivemind
This commit is contained in:
gregoirenovel 2018-01-03 10:45:15 +01:00 committed by GitHub
commit cabb0a9953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

3
Procfile Normal file
View file

@ -0,0 +1,3 @@
server: bin/rails server
jobs: bin/delayed_job run
mails: mailcatcher -f

View file

@ -81,9 +81,8 @@ client_secret: ''
## Lancement de l'application
bin/delayed_job run
mailcatcher -f
rails s
brew install hivemind # Avec Linux voir https://github.com/DarthSim/hivemind#installation
hivemind
## Programmation des jobs