This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:ubuntu15-04 [2017/03/31 00:45] pepper311 |
howto:linux:install:ubuntu15-04 [2017/11/26 21:30] (current) stanislav.belichenko wrong date |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <note important> | <note important> | ||
| - | <note warning> | + | <note warning> |
| - | Update: | + | Update: |
| Ubuntu 15.04 adds back ffmpeg, so there is no need for an extra PPA. Install required software if not already installed: | Ubuntu 15.04 adds back ffmpeg, so there is no need for an extra PPA. Install required software if not already installed: | ||
| Line 18: | Line 18: | ||
| </ | </ | ||
| - | If openjdk-8-jre is installed and "java -version" | + | If openjdk-8-jre is installed and "java -version" |
| < | < | ||
| </ | </ | ||
| Line 29: | Line 29: | ||
| mkdir -p /opt | mkdir -p /opt | ||
| cd /opt | cd /opt | ||
| - | wget http:// | + | wget http:// |
| - | tar zxvf serviio-1.8-linux.tar.gz | + | tar zxvf serviio-1.9-linux.tar.gz |
| - | rm serviio-1.8-linux.tar.gz | + | rm serviio-1.9-linux.tar.gz |
| - | ln -s serviio-1.8 serviio | + | ln -s serviio-1.9 serviio |
| - | chown -R root:root serviio-1.8 | + | chown -R root:root serviio-1.9 |
| - | cd serviio-1.8 | + | cd serviio-1.9 |
| mkdir log | mkdir log | ||
| chown -R serviio: | chown -R serviio: | ||
| Line 67: | Line 67: | ||
| Now, launch the configuration console by typing the following into the Terminal | Now, launch the configuration console by typing the following into the Terminal | ||
| < | < | ||
| - | sudo / | + | sudo / |
| </ | </ | ||