Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync up #3

Merged
merged 3 commits into from
Sep 12, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
hgschmie committed Sep 11, 2012
commit 0c745fc658c5d08749546fbd5cfd1ee394f66bbf
17 changes: 9 additions & 8 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -210,23 +210,24 @@ Mongrel gem.

You can run a Gonsole and an agent locally. In two different terminals, run:

rake run:gonsole
rake run:gagent
% rake run:gonsole
% rake run:gagent

You can now use the command line client to interact with theses:
You can now use the command line client to interact with them:

galaxy > ruby -Ilib bin/galaxy show-agent -c localhost
localhost online 3.0.0
galaxy > ruby -Ilib bin/galaxy show-console -c localhost
druby://localhost:4440 http://Pierre-Alexandre-Meyers-MacBook-Pro.local:4442 localhost - 10
% ruby -Ilib bin/galaxy show-agent -c localhost
local_test local_group online 3.6.3beta

% ruby -Ilib bin/galaxy show-console -c localhost
local_test local_group - unknown - - testbox.local - online


== Getting help

Running the galaxy command with -help will display on-line help.


xncore@prod1:~: galaxy -help
% galaxy -help
galaxy [options] <command> [args]

Options:
Expand Down