You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/05/31 20:42:42 UTC

[9/9] git commit: doc wip

doc wip


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/bf4ceb42
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/bf4ceb42
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/bf4ceb42

Branch: refs/heads/curator-rpc
Commit: bf4ceb42945669e791389ad5096a90178d7602bb
Parents: eeeea12
Author: randgalt <ra...@apache.org>
Authored: Sat May 31 13:42:25 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat May 31 13:42:25 2014 -0500

----------------------------------------------------------------------
 curator-x-rpc/src/site/confluence/deploy.confluence | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/bf4ceb42/curator-x-rpc/src/site/confluence/deploy.confluence
----------------------------------------------------------------------
diff --git a/curator-x-rpc/src/site/confluence/deploy.confluence b/curator-x-rpc/src/site/confluence/deploy.confluence
index 20c3ace..cb4612a 100644
--- a/curator-x-rpc/src/site/confluence/deploy.confluence
+++ b/curator-x-rpc/src/site/confluence/deploy.confluence
@@ -2,11 +2,16 @@
 
 h1. Deployment
 
-Curator RPC is designed to have an instance of its Thrift Server co\-located on each client instance that needs to connect to ZooKeeper.
-Each Curator RPC instance is configured (see [[Configuration|configuration.html]]) to connect to one or more ZooKeeper clusters. The Curator
-Framework instances are maintained inside of the Curator RPC instances and RPC clients reference these instances by ID.
+Curator RPC is built as an "uber" Java JAR and can be downloaded from Maven Central. Go to [[http://search.maven.org/]] and search for
+"curator\-x\-rpc" and download the JAR for the latest version. This JAR can be run directly ala:
 
-!images/topology.png!
+{noformat}
+java -jar curator-x-rpc-VERSION.jar
+{noformat}
+
+Curator RPC is designed to have an instance of its Thrift Server co\-located on each client instance that needs to connect to ZooKeeper
+(see the figure below). Each Curator RPC instance is configured (see [[Configuration|configuration.html]]) to connect to one or more
+ZooKeeper clusters. The Curator Framework instances are maintained inside of the Curator RPC instances and RPC clients reference these instances by ID.
 
 How you configure your server to launch depends on your environment and other needs. Here are some suggestions:
 
@@ -14,3 +19,5 @@ How you configure your server to launch depends on your environment and other ne
 * [Docker|https://www.docker.io/]
 * [One-JAR|http://one-jar.sourceforge.net/]
 * [Capsule|https://github.com/puniverse/capsule]
+
+!images/topology.png!