Add a Procfile and document usage of hivemind
This commit is contained in:
parent
0837c7bad9
commit
25814cb2fe
2 changed files with 5 additions and 3 deletions
3
Procfile
Normal file
3
Procfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
server: bin/rails server
|
||||
jobs: bin/delayed_job run
|
||||
mails: mailcatcher -f
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue