diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 16:43:47 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 16:57:02 -0500 |
commit | 3135f7122bc7de7845c4b60e457245c9cc9ff511 (patch) | |
tree | 54d0ddf40cd7649820ff2540894f9a43d4686555 /docs/setup.rst | |
parent | 4d6e2a982cc0ee48aca9d8531424d795e44842c9 (diff) |
Remove straggling zookeper references
Issue-ID: MUSIC-361
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
Diffstat (limited to 'docs/setup.rst')
-rw-r--r-- | docs/setup.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/setup.rst b/docs/setup.rst index b12acd04..7fb5bf49 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -17,27 +17,20 @@ The main MUSIC dir should be:: # These also need to be set up /opt/app/music/etc /opt/app/music/logs - /opt/app/music/lib/zookeeper -When installing Tomcat, Cassandra and Zookeeper they should also be installed here.:: +When installing, Cassandra should also be installed here.:: /opt/app/music/apache-cassandra-n.n.n - /opt/app/music/zookeeper-n.n.n - /opt/app/music/apache-tomcat-n.n.n You could also create links from install dirs to a common name ie\::: ln -s /opt/app/music/apache-cassandra-n.n.n cassandra - ln -s /opt/app/music/zookeeper-n.n.n zookeeper - ln -s /opt/app/music/apache-tomcat-n.n.n tomcat -Cassandra and Zookeeper have data dirs.:: +Cassandra has data dirs.:: # For cassandra it should be (This is the default) /opt/app/music/cassandra/data - # For Zookeeper it should be - /opt/app/music/zookeeper/ Continue by selecting the link to the setup you are doing. |