Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuij committed Jul 24, 2012
1 parent d7f00b2 commit 4af2fb5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Expand Up @@ -31,14 +31,17 @@ Status monitor: monitor the target process's status.
Getting Started
---------------
Clone this repo

git clone git://github.com/onlychoice/ganger.git

and run ant release, this will create two files in directory target/release:
auto-master-x.x.x.tar.gz for master node, auto-slave-x.x.x.tar.gz for slave node,
use bin/ganger.sh to start the master and bin/auto-slave.sh to start the slave.
auto-master-x.x.x.tar.gz for master node, auto-slave-x.x.x.tar.gz for slave node.

See [here](https://github.com/onlychoice/ganger/blob/master/sample/xmpp.properties)
for a sample configuration format.
Before doing the actual work, you need to setup a [ZooKeeper](http://zookeeper.apache.org/)
instance, and use the address to start master and slave nodes.

See [here](https://github.com/onlychoice/ganger/blob/master/sample/xmpp.properties)
for a sample configuration format for a project.

Document
--------
Expand Down

0 comments on commit 4af2fb5

Please sign in to comment.