From 7954ab0a60dbb244b25c2890672d26cdf55c0ffc Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:10:16 -0400 Subject: [PATCH] rebuilding man page --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: