Docker Updates for CSIT
[music.git] / distribution / dockermusic / README.md
1 ### Docker Setup for Single instance of MUSIC
2
3 <p>Please update the <b>properties/music.properties</b> file to fit your env.<br/>
4 Update the start.sh file.<br/>
5 The beginning of the <b>start.sh</b> file contains various variables.<br/></p>
6
7 CASS_IMG - Cassandra Image<br/>
8 TOMCAT_IMG - Tomcat Image<br/>
9 ZK_IMG - Zookeeper Image<br/>
10 MUSIC_IMG - Music Image containing the MUSIC war file.<br/>
11 WORK_DIR -  Default to PWD.<br/>
12 CASS_USERNAME - Username for Cassandra - should match cassandra.user in music.properties 
13 file<br/>
14 CASS_PASSWORD - Password for Cassandra - should match cassandra.password in music.properties.<br/>
15
16 MUSIC Logs will be saved in logs/MUSIC after start of tomcat.<br/> 
17