User Tools

Site Tools


howto:linux:install:ubuntu14-04

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howto:linux:install:ubuntu14-04 [2015/03/04 05:24]
pepper311 added by Pepper311
howto:linux:install:ubuntu14-04 [2015/03/18 18:28]
jsabina
Line 1: Line 1:
-<note important>This guide assumes you've installed a fresh (default) installation of Ubuntu 14.04.  I am using Lubuntu but these steps should work just fine for all Ubuntu variants running 14.04.</note>+<note important>This guide assumes you've installed a fresh (default) installation of Ubuntu 14.04 or 14.10.</note> 
 + 
 +<note warning>The new Serviio 1.5.1 requires Java 8.  The old Serviio 1.4 required Java 7</note>
  
 Tested and working without any issues, log warnings, etc. with Serviio 1.5.1 Tested and working without any issues, log warnings, etc. with Serviio 1.5.1
Line 13: Line 15:
  
 #Add the FFMPEG repositories and install FFMPEG #Add the FFMPEG repositories and install FFMPEG
-<code>sudo apt-add-repository ppa:jon-severinsson/ffmpeg -y+<code>sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
 sudo apt-get update sudo apt-get update
 sudo apt-get install ffmpeg sudo apt-get install ffmpeg
Line 20: Line 22:
 #serviio 1.5 download and extract: #serviio 1.5 download and extract:
 <code>wget http://download.serviio.org/releases/serviio-1.5.1-linux.tar.gz <code>wget http://download.serviio.org/releases/serviio-1.5.1-linux.tar.gz
-sudo tar xzf serviio-1.5-linux.tar.gz+sudo tar xzf serviio-1.5.1-linux.tar.gz
 </code> </code>
  
Line 29: Line 31:
  
 #Create the script that will launch the Serviio service at boot #Create the script that will launch the Serviio service at boot
-<code>sudo gedit+<code>sudo gedit /etc/init/serviio.conf
 </code> </code>
 <note important>Here you will use whichever notepad application that comes with your distribution, it may be leafpad, mousepad, kedit or gedit depending on what flavor of Ubuntu you are running</note> <note important>Here you will use whichever notepad application that comes with your distribution, it may be leafpad, mousepad, kedit or gedit depending on what flavor of Ubuntu you are running</note>
Line 35: Line 37:
 start on started networking start on started networking
 script script
-/usr/local/share/serviio/bin/serviio.sh+   LANG=es_ES.utf8 /usr/local/share/serviio/bin/serviio.sh
 end script end script
 </code> </code>
-Save the file as "serviio.conf" and save it inside this directory:  /etc/init/ 
  
 Close gedit Close gedit
howto/linux/install/ubuntu14-04.txt · Last modified: 2015/08/26 01:57 by pepper311