This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:centos7 [2014/12/29 19:36] operator |
howto:linux:install:centos7 [2017/06/05 07:30] (current) milkmansson Add later version of Java Instructions. |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **2014-12-29** | **2014-12-29** | ||
| - | This was tested on CentOS 7. | + | This was tested on CentOS 7 with Serviio 1.41. |
| ==== Prerequisites ==== | ==== Prerequisites ==== | ||
| **1.** SELinux is disabled | **1.** SELinux is disabled | ||
| - | **2.** Install Java: | + | **2.** Install Java (Serviio version 1.5 and later requires minimum Java 8): |
| < | < | ||
| + | Some repo's do not have a late enough Java version available. | ||
| + | |||
| + | **2a.** Go to Oracle Java 8 JRE Downloads Page (http:// | ||
| + | **2b.** Use wget to download the package. | ||
| + | < | ||
| + | cd ~ | ||
| + | wget http:// | ||
| + | sudo yum localinstall jre-8u131-linux-x64.rpm | ||
| + | </ | ||
| + | **2c.** Assuming all goes well, delete the RPM when done: | ||
| + | < | ||
| + | rm ~/ | ||
| + | </ | ||
| + | **2d.** | ||
| + | |||
| + | |||
| **3.** Install necessary repositories for ffmpeg: | **3.** Install necessary repositories for ffmpeg: | ||
| < | < | ||