Merge pull request #1162 from tchak/procfile
add a Procfile and document usage of hivemind
This commit is contained in:
commit
cabb0a9953
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
|
## Lancement de l'application
|
||||||
|
|
||||||
bin/delayed_job run
|
brew install hivemind # Avec Linux voir https://github.com/DarthSim/hivemind#installation
|
||||||
mailcatcher -f
|
hivemind
|
||||||
rails s
|
|
||||||
|
|
||||||
## Programmation des jobs
|
## Programmation des jobs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue