This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:ubuntu12-04 [2015/02/24 02:55] webclaw removed , from apt |
howto:linux:install:ubuntu12-04 [2015/02/27 04:33] (current) webclaw fix formatting |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| #install the custom serviio packages: | #install the custom serviio packages: | ||
| - | < | + | < |
| - | sudo dpkg -i ffmpeg_201502201629-git-1_amd64.deb | + | |
| sudo dpkg -i x264_0.144.2525+git40bb568-1_amd64.deb | sudo dpkg -i x264_0.144.2525+git40bb568-1_amd64.deb | ||
| sudo dpkg -i rtmpdump_201502201618-git-1_amd64.deb | sudo dpkg -i rtmpdump_201502201618-git-1_amd64.deb | ||
| Line 35: | Line 34: | ||
| #java 8 install: | #java 8 install: | ||
| - | < | + | < |
| - | sudo add-apt-repository ppa: | + | |
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get install oracle-java8-installer | sudo apt-get install oracle-java8-installer | ||
| Line 42: | Line 40: | ||
| #serviio 1.5 download: | #serviio 1.5 download: | ||
| - | < | + | < |
| - | wget http:// | + | tar xzf serviio-1.5-linux.tar.gz</ |
| - | tar xzf serviio-1.5-linux.tar.gz | + | |
| - | </ | + | |
| #we keep everything neat and organized on our user profile directory: | #we keep everything neat and organized on our user profile directory: | ||
| < | < | ||
| - | cp -r serviio-1.5 / | + | cp -r serviio-1.5.1 / |
| #make serviio start automatically after network is active: | #make serviio start automatically after network is active: | ||
| Line 55: | Line 51: | ||
| #add startup script: | #add startup script: | ||
| - | < | + | < |
| - | start on started networking | + | |
| script | script | ||
| - | / | + | / |
| end script | end script | ||
| </ | </ | ||
| Line 71: | Line 66: | ||
| #add proper configuration: | #add proper configuration: | ||
| - | < | + | < |
| - | USER=< | + | |
| HOST=0.0.0.0 | HOST=0.0.0.0 | ||
| </ | </ | ||
| Line 100: | Line 94: | ||
| #make sickrage start when user logs into the system | #make sickrage start when user logs into the system | ||
| - | < | + | < |
| - | sudo ln -s / | + | |
| sudo update-rc.d sickbeard defaults</ | sudo update-rc.d sickbeard defaults</ | ||
| Line 113: | Line 106: | ||
| # | # | ||
| - | < | + | < |
| - | sudo nano -Bw /etc/fstab | + | |
| / | / | ||
| </ | </ | ||
| Line 120: | Line 112: | ||
| #remount the storage so we can take ownership: | #remount the storage so we can take ownership: | ||
| < | < | ||
| - | sudo chown -R < | + | sudo chown -R < |
| - | </ | + | |
| #reboot to make our changes effective: | #reboot to make our changes effective: | ||