aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f21f2e..afabf30 100755
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ To enable edge computing in its full capacity, a crucial requirement is to manag
## Dependencies
+### Music installation
Given that METRIC is still a project in development, we are using newer versions (aka not release) of MUSIC, such that once
it reaches production it matches the latest MUSIC version. So for now we cannot use maven repositories to pull MUSIC. Follow
the next steps to compile and add the right version of music locally:
@@ -15,6 +16,17 @@ cd music
git checkout dev-cassandra-only
mvn install -Dfile=target/MUSIC.jar -DpomFile=./pom.xml -DskipTests
```
+### Music properties
+We need to create a property for the music system, as follows
+```bash
+# Create directory where the configuration file needs to be
+sudo mkdir -p /opt/app/music/etc/
+# Modify the configuration file located in src/main/resources/music.properties
+# Add the local dev cassandra cluster and zookeeper information to this file
+vim src/main/resources/music.properties
+# copy the configuration file to the new location
+sudo cp src/main/resources/music.properties /opt/app/music/etc/
+```
## Running METRIC