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 Both sides next revision
howto:linux:install:ubuntu15-04 [2015/05/02 21:27]
drbob created
howto:linux:install:ubuntu15-04 [2017/03/25 22:29]
pepper311 Added instructions at the bottom on how to launch the initial configuration console
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 March 25, 2017 the newest version is Serviio 1.8    
  
 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 28: Line 30:
 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.5.2-linux.tar.gz
-tar zxvf serviio-1.5.2-linux.tar.gz +tar zxvf serviio-1.8-linux.tar.gz 
-rm serviio-1.5.2-linux.tar.gz +rm serviio-1.8-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.8 
-cd serviio-1.5.2+cd serviio-1.8
 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.8/bin/serviio-console.sh 
 +</code>
 +
  
howto/linux/install/ubuntu15-04.txt · Last modified: 2017/11/26 21:30 by stanislav.belichenko