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
howto:linux:install:ubuntu14-04 [2015/03/04 05:27]
pepper311
howto:linux:install:ubuntu14-04 [2015/08/26 01:57] (current)
pepper311
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 requires Java 8.  The old Serviio 1.4 required Java 7</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 15: 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 22: 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 31: 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 37: 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
Line 50: Line 49:
 <code>sudo start serviio <code>sudo start serviio
 </code> </code>
 +
 +<note warning>If you get error:  sudo: start: command not found then do this:
 +<code>cd /usr/local/share/serviio/bin/
 +</code>
 +<code>sh serviio.sh
 +</code>
 +</note>
  
 #Start the configuration UI #Start the configuration UI
howto/linux/install/ubuntu14-04.1425446859.txt.gz ยท Last modified: 2015/03/04 05:27 by pepper311