Libresonic v6.1.beta2

master
Eugene E. Kashpureff Jr 8 years ago
parent 139755d4be
commit 31ddd33c9c
  1. 14
      CHANGELOG.md
  2. 2
      INSTALL.md
  3. 6
      documentation/FreeBSD-FreeNAS-Install.md
  4. 2
      documentation/INSTALL.md
  5. 2
      libresonic-assembly/pom.xml
  6. 2
      libresonic-booter/pom.xml
  7. 2
      libresonic-installer-debian/pom.xml
  8. 2
      libresonic-installer-mac/pom.xml
  9. 2
      libresonic-installer-rpm/pom.xml
  10. 2
      libresonic-installer-windows/pom.xml
  11. 2
      libresonic-main/pom.xml
  12. 2
      libresonic-rest-api/pom.xml
  13. 2
      libresonic-sonos-api/pom.xml
  14. 2
      pom.xml

@ -3,6 +3,20 @@
# Libresonic/libresonic
# -->
v6.1.beta2
--------
* Metaproject: Jenkins builds!
* More documentation
* Translation updates
* Improve shuffling behaviour
* Lots of small fixes, many more to come
v6.1.beta1
----------
* Meant as a release candidate; failed to make it past the Primary election.
v6.1-alpha1
-----------

@ -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.beta2/libresonic-main-6.1.beta2.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`.

@ -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.beta2" 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.beta2.war navigate to:
10.0.0.10:8080/libresonic-v6.1.beta1/
10.0.0.10:8080/libresonic-v6.1.beta2/
### 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.beta2/libresonic-main-6.1.beta2.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`.

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<dependencies>

@ -8,7 +8,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<dependencies>

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<profiles>

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<dependencies>

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<profiles>

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<properties>

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<dependencies>

@ -8,7 +8,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<build>

@ -8,7 +8,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
</parent>
<build>

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.1.beta1</version>
<version>6.1.beta2</version>
<name>Libresonic</name>
<packaging>pom</packaging>
<organization>

Loading…
Cancel
Save