From 8c78d1e1eea2f6490d9cc8f1f4e09bf5b541245f Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:09:14 -0400 Subject: [PATCH] update readme --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index 0981692..ee71a56 100644 --- a/README.markdown +++ b/README.markdown @@ -56,6 +56,14 @@ These options control all modes of foreman's operation. containing directory will be assumed to be the root directory of the application. +## PROCFILE + +A Procfile should contain both a name for the process and the command used +to run it. + + web bundle exec thin start + job bundle exec rake jobs:work + ## EXAMPLES Start one instance of each process type, interleave the output on stdout: @@ -80,6 +88,7 @@ Foreman is Copyright (C) 2010 David Dollar [RUNNING]: #RUNNING "RUNNING" [EXPORTING]: #EXPORTING "EXPORTING" [OPTIONS]: #OPTIONS "OPTIONS" +[PROCFILE]: #PROCFILE "PROCFILE" [EXAMPLES]: #EXAMPLES "EXAMPLES" [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"