aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup.rst
blob: 7fb5bf495c9a45451e8fae734b7e2879688f31ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Setup for Developing MUSIC
==========================

.. toctree::
   :maxdepth: 1

   Single-Site Install <single>
   Multi-Site Install <multi>
   Authentication <authentication>

MUSIC is to be installed in a single Dir on a vm. 


The main MUSIC dir should be::

    /opt/app/music
    # These also need to be set up
    /opt/app/music/etc
    /opt/app/music/logs

When installing, Cassandra should also be installed here.::

    /opt/app/music/apache-cassandra-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

Cassandra has data dirs.::
    
    # For cassandra it should be (This is the default) 
    /opt/app/music/cassandra/data    


Continue by selecting the link to the setup you are doing.

.. toctree::
   :maxdepth: 1

   Single-Site Install <single>
   Multi-Site Install <multi>
   Authentication <authentication>