Skip to content

Commit

Permalink
fix up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jun 22, 2010
1 parent 7bd1760 commit 1a118ee
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.rdoc
@@ -1,6 +1,6 @@
= Foreman

=== Procfile
== Procfile

alpha ./bin/alpha
bravo ./bin/bravo some args
Expand All @@ -10,28 +10,26 @@

=== Running

Log files will be output to standard out, colorized to aid in visual separation.

$ foreman start
[foreman] [Tue May 18 01:27:08 UTC 2010] [alpha] started with pid 4393
[foreman] [Tue May 18 01:27:08 UTC 2010] [bravo] started with pid 4394
[foreman] [Tue May 18 01:27:08 UTC 2010] [charlie] started with pid 4395
[01:27:08] [alpha] started with pid 4393
[01:27:08] [bravo] started with pid 4394
[01:27:08] [charlie] started with pid 4395
[01:27:08] [bravo] initializing...
[01:27:08] [bravo] complete

=== Using Screen

Launch the processes in a screen session in indivudal windows

$ foreman screen

=== Standardized Logging

log/alpha.log
log/bravo.log
log/charlie.log

== Single Process Execution

$ foreman execute alpha

== Upstart
== Exporting to Upstart

=== Export to upstart scripts

Expand Down

0 comments on commit 1a118ee

Please sign in to comment.