diff --git a/index.html b/index.html index 8b9f53e..da136f8 100644 --- a/index.html +++ b/index.html @@ -109,8 +109,10 @@ application type.
The following options control how the application is run:
-s, --screen-c, --concurrencySpecify the number of each process type to run. The value passed in
+should be in the format process=num,process=num
-p, --portSpecify which port to use as the base for this application. Should be +a multiple of 1000.
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
+web: bundle exec thin start
+job: bundle exec rake jobs:work
EXAMPLES
@@ -202,7 +204,7 @@ job bundle exec rake jobs:work
Run one process type from the application defined in a specific Procfile:
-$ foreman start alpha -p ~/app/Procfile
+$ foreman start alpha -p ~/myapp/Procfile
COPYRIGHT
@@ -211,8 +213,8 @@ job bundle exec rake jobs:work
- - Foreman 0.5.1
- - June 2010
+ - Foreman 0.10.0
+ - December 2010
- foreman(1)