Merge "JUNITS for JSONDELETE class"
[music.git] / docs / setup.rst
1 Setup for Developing MUSIC
2 ==========================
3
4 .. toctree::
5    :maxdepth: 1
6
7    Single-Site Install <single>
8    Multi-Site Install <multi>
9    Authentication <authentication>
10
11 MUSIC is to be installed in a single Dir on a vm. 
12
13
14 The main MUSIC dir should be::
15
16     /opt/app/music
17     # These also need to be set up
18     /opt/app/music/etc
19     /opt/app/music/logs
20
21 When installing, Cassandra should also be installed here.::
22
23     /opt/app/music/apache-cassandra-n.n.n
24
25
26 You could also create links from install dirs to a common name ie\:::
27
28     ln -s /opt/app/music/apache-cassandra-n.n.n cassandra
29
30 Cassandra has data dirs.::
31     
32     # For cassandra it should be (This is the default) 
33     /opt/app/music/cassandra/data    
34
35
36 Continue by selecting the link to the setup you are doing.
37
38 .. toctree::
39    :maxdepth: 1
40
41    Single-Site Install <single>
42    Multi-Site Install <multi>
43    Authentication <authentication>