Libresonic v6.1.rc1
This commit is contained in:
@@ -66,15 +66,15 @@ Open a web browser and enter your servers IP address in the url bar followed by
|
||||
|
||||
You should be greeted by the Apache Tomcat page. Click on the Manager App button on the right of the page and enter the username and password used in step 3. Default was username: admin and password: admin
|
||||
|
||||
Scroll down to Deploy and the subheading "WAR file to deploy" hit choose file and select the libresonic.war downloaded in the preamble. After selecting press the deploy button. Scroll up and press start. When the page refreshes a message "OK - Started application at context path /libresonic-v6.1.beta1" should be visible.
|
||||
Scroll down to Deploy and the subheading "WAR file to deploy" hit choose file and select the libresonic.war downloaded in the preamble. After selecting press the deploy button. Scroll up and press start. When the page refreshes a message "OK - Started application at context path /libresonic-v6.1.rc1" should be visible.
|
||||
|
||||
### 6. Navigate to Libresonic
|
||||
|
||||
In a browser. Take your server IP address and port and append the the context path from above
|
||||
|
||||
ie if the War deployed was called libresonic-v6.1.beta1.war navigate to:
|
||||
ie if the War deployed was called libresonic-v6.1.rc1.war navigate to:
|
||||
|
||||
10.0.0.10:8080/libresonic-v6.1.beta1/
|
||||
10.0.0.10:8080/libresonic-v6.1.rc1/
|
||||
|
||||
### 7. Log into Libresonic
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Daily WAR files are built by Jenkins and available [here](https://jenkins.zifnab
|
||||
|
||||
1. Download the latest war file:
|
||||
|
||||
wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.beta1/libresonic-main-6.1.beta1.war -O /var/lib/tomcat8/webapps/libresonic.war
|
||||
wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.rc1/libresonic-main-6.1.rc1.war -O /var/lib/tomcat8/webapps/libresonic.war
|
||||
|
||||
Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user