From 9929165d1710faa87b54166f278decfa47eda309 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 10 Jun 2010 15:26:28 -0400 Subject: [PATCH] update docs --- README.rdoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index da76fe4..0329bce 100644 --- a/README.rdoc +++ b/README.rdoc @@ -15,12 +15,22 @@ [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 +=== 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 +== Process Execution + + $ foreman execute alpha + == Upstart === Export to upstart scripts @@ -74,4 +84,4 @@ MIT == Copyright -(c) 2010 David Dollar \ No newline at end of file +(c) 2010 David Dollar