Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiXato committed Aug 21, 2008
1 parent a078ad2 commit 6d197b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ herd started
Create a new entry in ~/.herd.yml for the foobar project:
---
foobar:
merbs: []
mongrel_options: []
rails_dirs: []
The next step is to edit this entry in a text editor,
to actually point to your rails directories:
The next step is to edit this entry in a text editor,
to define your rails and/or merb directories and mongrel options:
---
foobar:
merbs:
- ~/projects/foobar/fileserver
mongrel_options: --clean
rails_dirs:
- ~/projects/foobar/backend
- ~/projects/foobar/frontend
Expand All @@ -29,6 +34,17 @@ to actually point to your rails directories:
herd restart <projectname>
Send a command to the mongrel cluster of each rails directory in the project.

=== herd list
herd list
List a short summary of all existing projects:
foobar
rails_dirs: 2
- ~/projects/foobar/backend
- ~/projects/foobar/frontend
merbs: 1
- ~/projects/foobar/fileserver
mongrel_options: --clean

== Author

Herd was created by Wes Oldenbeuving in 2008.
Expand Down
2 changes: 1 addition & 1 deletion bin/herd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Examples
merbs: []
mongrel_options: []
The next step is to edit this entry in a text editor,
to actually point to your rails directories:
to define your rails and/or merb directories and mongrel options:
---
foobar:
rails_dirs:
Expand Down

0 comments on commit 6d197b8

Please sign in to comment.