User Tools

Site Tools


howto:linux:install:ubunto

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:ubunto [2011/12/28 09:22]
pdp8user [3.Ubuntu Server Startup Script (credit to forum member jonolafur)]
— (current)
Line 1: Line 1:
-====== Ubuntu Server Installation Guide ====== 
-Based on [[http://www.bigfatostrich.com/2011/08/serviio-media-center-on-debian/|bigfatostrich's Howto]] and Forum members contributions 
-==== Prerequisites ==== 
-  * Java<code>apt-get install default-jre</code> 
-  * Ffmpeg<code>apt-get install ffmpeg</code> 
-==== 1.Download Serviio ==== 
-<code>wget http://download.serviio.org/releases/serviio-0.6.0.1-linux.tar.gz</code> 
-==== 2.Extract Serviio ==== 
-<code>tar xvf serviio-0.6.0.1-linux.tar.gz 
-</code> 
-==== 3.Ubuntu Server Startup Script (credit to forum member jonolafur) ==== 
-Create and save the following script in the directory /etc/init/ and call it serviio.conf 
-<code>start on started networking 
-script 
-   /<path-to-serviio>/serviio.sh 
-end script</code> 
- 
-and replace <path-to-serviio> with the actual path to your serviio installation. 
- 
-The upstart system now starts the serviio server as soon as all networking jobs have been started: 
- 
-<code>>sudo /etc/init.d/networking restart</code> 
- 
-If you need it to start earlier or later, please check the excellent documentation on upstart for example here: 
- 
-[[http://upstart.ubuntu.com/cookbook/|Upstart Cookbook]] 
- 
-You can now get a list of all jobs registered with upstart by issuing: 
- 
-<code>>initctl list</code> 
- 
-and you should get something like: 
- 
-<code>>serviio start/running, process 1009</code> 
- 
-if it is already running, otherwise it says: 
- 
-<code>>serviio stop/waiting</code> 
- 
-You can start and stop the job via: 
- 
-<code>>sudo start serviio</code> 
- 
-and 
- 
-<code>>sudo stop serviio</code> 
- 
- 
-==== 4.Enabling Remote Console Access From Windows (credit to forum member tvkdlna) ==== 
-Edit C:\Program Files\Serviio\bin\ServiioConsole.exe.vmoptions adding: 
-<code>-Dserviio.remoteHost=XXX.XXX.X.XXX</code> 
-Replacing XXX.XXX.X.XXX with the IP Address of the remote server  
  
howto/linux/install/ubunto.1325064176.txt.gz ยท Last modified: 2011/12/28 09:22 by pdp8user