...
- Download the Version 8.5 Apache Tomcat https://tomcat.apache.org/download-80.cgi (this is for version 8.5) into /opt/app/music/.
- Follow RUNNING.txt instructions for completing tomcat installation. This file can be found in the tomcat directory. Or look at https://tomcat.apache.org/tomcat-8.5-doc/setup.html#Introduction for more in depth instructions
...
Make a directory for MUSIC logs. The logs will be placed here after MUSIC starts
Code Block language bash theme Midnight title music.properties mkdir /opt/app/music/logs
- Build the MUSIC.war and place in tomcat webapps dir. .
- Download MUSIC from the Music Gerrit into your music folder (/opt/app/music/)
- git clone https://gerrit.onap.org/r/music
- Build music
- Authentications/AAF Setup For Authentication setup.
- Start tomcat and you should now have MUSIC running.
...