Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`.
Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`.
@ -36,7 +36,7 @@ Daily WAR files are built by Jenkins and available [here](https://jenkins.zifnab
systemctl restart tomcat8.service
systemctl restart tomcat8.service
Note that it may take ~30 seconds after the service restarts for Tomcat to fully deploy the app. You can monitor /var/log/tomcat8/catalina.out for the following message:
Note that it may take ~30 seconds after the service restarts for Tomcat to fully deploy the app. You can monitor `/var/log/tomcat8/catalina.out` for the following message:
INFO: Deployment of web application archive /var/lib/tomcat8/webapps/libresonic.war has finished in 46,192 ms
INFO: Deployment of web application archive /var/lib/tomcat8/webapps/libresonic.war has finished in 46,192 ms
@ -54,7 +54,7 @@ In order to build, install, and run Libresonic, you will need:
On a Debian-based system, you can install all these prerequisites at once with:
On a Debian-based system, you can install all these prerequisites at once with:
@ -86,7 +86,7 @@ On a Debian-based system, you can install all these prerequisites at once with:
mvn package
mvn package
4. You should know have a war file:
4. You should now have a war file:
ls libresonic-main/target/libresonic.war
ls libresonic-main/target/libresonic.war
libresonic-main/target/libresonic.war
libresonic-main/target/libresonic.war
@ -108,4 +108,4 @@ On a Debian-based system, you can install all these prerequisites at once with:
INFO: Deployment of web application archive /var/lib/tomcat8/webapps/libresonic.war has finished in 46,192 ms
INFO: Deployment of web application archive /var/lib/tomcat8/webapps/libresonic.war has finished in 46,192 ms
8. In your web browser, navigate to `192.0.2.10:8080/libresonic/`, replacing `192.0.2.0` with your server's IP address, or `127.0.0.1` if installing locally.
8. In your web browser, navigate to `192.0.2.10:8080/libresonic/`, replacing `192.0.2.0` with your server's IP address, or `127.0.0.1` if installing locally.