From 551832b89e404c19a90dc04cc9f653f35353b94e Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Thu, 5 Jan 2017 09:37:10 -0700 Subject: [PATCH] Update INSTALL.md Added note about java version and tomcat issues on debian distributions. --- documentation/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/INSTALL.md b/documentation/INSTALL.md index 40f97083..a27b00bc 100644 --- a/documentation/INSTALL.md +++ b/documentation/INSTALL.md @@ -14,7 +14,7 @@ This document is designed to explain how to install LibreSonic as a Tomcat modul In order to install and run Libresonic, you will need: * A JDK installation. 1.8.x series of OpenJDK or Oracle JDK 8+ should work. - * A running [Tomcat](http://tomcat.apache.org/) server. If you're unfamiliar with Tomcat, there are many [guides](https://www.linode.com/docs/websites/frameworks/apache-tomcat-on-ubuntu-16-04) on it. + * A running [Tomcat](http://tomcat.apache.org/) server. If you're unfamiliar with Tomcat, there are many [guides](https://www.linode.com/docs/websites/frameworks/apache-tomcat-on-ubuntu-16-04) on it. For debian/ubuntu like distributions, you may need to ensure /etc/default/tomcat8 has the correct JAVA_HOME set. ### Download Libresonic @@ -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 -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. \ No newline at end of file +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.