diff --git a/index.html b/index.html index 5fadd49..956d8af 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@ RUNNING EXPORTING OPTIONS + PROCFILE EXAMPLES COPYRIGHT @@ -140,6 +141,15 @@ 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: