User Tools

Site Tools


howto:linux:install:gentoo

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
Next revision Both sides next revision
howto:linux:install:gentoo [2012/08/11 22:28]
danomac [Notes] Typos.
howto:linux:install:gentoo [2012/08/11 23:29]
danomac Adding/correcting content
Line 126: Line 126:
 ===== Extract Serviio ===== ===== Extract Serviio =====
  
-Once the tarball has been downloaded, extract it:+Once the tarball has been downloaded, extract it and rename it:
  
 <code> <code>
 # tar zxf serviio-1.0.1-linux.tar.gz -C /opt # tar zxf serviio-1.0.1-linux.tar.gz -C /opt
 +# mv /opt/serviio-1.0.1 /opt/serviio
 </code> </code>
  
Line 142: Line 143:
 ===== Start Serviio as a Service ===== ===== Start Serviio as a Service =====
  
-This is work in progress. Check back later.+These instructions will provide way to sun Serviio as a service under a non-root user. 
 + 
 +First, create a new user: 
 + 
 +<code> 
 +# useradd -d /opt/serviio -r serviio 
 +</code> 
 + 
 +Then, change the permissions on /opt/serviio to match the username: 
 + 
 +<code> 
 +# chown -R serviio:serviio /opt/serviio 
 +</code> 
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
howto/linux/install/gentoo.txt · Last modified: 2015/01/19 14:51 by zip