User Tools

Site Tools


howto:linux:install:ubuntu

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:ubuntu [2016/10/08 14:37]
ricardobalk Apache 2.4 configuration. (Require all granted)
howto:linux:install:ubuntu [2016/11/10 15:37]
7upman [3.Ubuntu Server Startup Script (credit to forum member jonolafur)]
Line 27: Line 27:
 </code> </code>
 ==== 3.Ubuntu Server Startup Script (credit to forum member jonolafur) ==== ==== 3.Ubuntu Server Startup Script (credit to forum member jonolafur) ====
 +
 +Note for Ubuntu systems that use systemd not upstart (i.e. 15+) this forum item discusses the way to configure correctly: [[http://forum.serviio.org/viewtopic.php?f=5&t=4836]]
 +
 Create and save the following script in the directory /etc/init/ and call it serviio.conf Create and save the following script in the directory /etc/init/ and call it serviio.conf
 <code>start on started networking <code>start on started networking
Line 97: Line 100:
  
 ==== Making Serviio's MediaBrowser accessible via the web ==== ==== Making Serviio's MediaBrowser accessible via the web ====
-<note>You need Apache 2.4 in order to let it work. Instructions given are tested on Ubuntu Server</note>+<note>Instructions given are tested on an Ubuntu Server running Apache 2.4</note>
 Usually you go to http://localhost:23424/mediabrowser to access the MediaBrowser. It is possible to make something like http://www.your-example-domain.com/media. This is done with Apache's ProxyPass. Usually you go to http://localhost:23424/mediabrowser to access the MediaBrowser. It is possible to make something like http://www.your-example-domain.com/media. This is done with Apache's ProxyPass.
  
Line 124: Line 127:
 service apache reload service apache reload
 </code> </code>
 +
 +==== Setting up a password ====
 +Go to <ip-address of the server>:23423/console/ and use this console to set up a password.
  
 ~~NOTOC~~ ~~NOTOC~~
howto/linux/install/ubuntu.txt ยท Last modified: 2016/11/10 15:37 by 7upman