User Tools

Site Tools


howto:linux:install:ubuntu15-04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howto:linux:install:ubuntu15-04 [2015/05/02 21:27]
drbob created
howto:linux:install:ubuntu15-04 [2017/11/26 21:30] (current)
stanislav.belichenko wrong date
Line 1: Line 1:
 <note important>This guide assumes you have installed Ubuntu 15.04 and need a new Serviio install.</note> <note important>This guide assumes you have installed Ubuntu 15.04 and need a new Serviio install.</note>
  
-<note warning>The new Serviio 1.5.2 requires Java 8.  The old Serviio 1.4 required Java 7</note>+<note warning>The new Serviio 1.requires Java 8.  The old Serviio 1.4 required Java 7</note> 
 + 
 +Update:  If you are interested in installing the newest version than go to http://serviio.org/download to see which is the newest version at the time.  As of Nov 27, 2017 the newest version is Serviio 1.9    
  
 Ubuntu 15.04 adds back ffmpeg, so there is no need for an extra PPA. Install required software if not already installed: Ubuntu 15.04 adds back ffmpeg, so there is no need for an extra PPA. Install required software if not already installed:
Line 16: Line 18:
 </code> </code>
  
-If openjdk-8-jre is installed and "java -version" yields "1.8.0_xx", you are done. If Java is not installed or only Java 7, run:+If openjdk-8-jre is installed and "java -version" yields "1.9.0_xx", you are done. If Java is not installed or only Java 7, run:
 <code>sudo apt-get install openjdk-8-jre <code>sudo apt-get install openjdk-8-jre
 </code> </code>
Line 27: Line 29:
 mkdir -p /opt mkdir -p /opt
 cd /opt cd /opt
-wget http://download.serviio.org/releases/serviio-1.5.2-linux.tar.gz +wget http://download.serviio.org/releases/serviio-1.9-linux.tar.gz 
-tar zxvf serviio-1.5.2-linux.tar.gz +tar zxvf serviio-1.9-linux.tar.gz 
-rm serviio-1.5.2-linux.tar.gz +rm serviio-1.9-linux.tar.gz 
-ln -s serviio-1.5.2 serviio +ln -s serviio-1.serviio 
-chown -R root:root serviio-1.5.2 +chown -R root:root serviio-1.9 
-cd serviio-1.5.2+cd serviio-1.9
 mkdir log mkdir log
 chown -R serviio:serviio library log chown -R serviio:serviio library log
Line 62: Line 64:
 systemctl start serviio systemctl start serviio
 </code> </code>
 +
 +Now, launch the configuration console by typing the following into the Terminal
 +<code>
 +sudo /opt/serviio-1.9/bin/serviio-console.sh 
 +</code>
 +
  
howto/linux/install/ubuntu15-04.1430602037.txt.gz · Last modified: 2015/05/02 21:27 by drbob