This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| unifi_linux [2015/06/17 13:43] – created herwarth | unifi_linux [2015/06/17 14:04] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======UniFi controller on CentOS 7====== | ======UniFi controller on CentOS 7====== | ||
| =====Installation===== | =====Installation===== | ||
| + | * Check the latest release on: [[https:// | ||
| + | * Click on latest articles and select the latest version. | ||
| + | * Scroll down and download: **UniFi.unix.zip** | ||
| + | * Save the zip in: **/ | ||
| + | * You need the latest Java release from Oracle: [[http:// | ||
| + | * Download the x64 RPM | ||
| + | mongodb-server requires EPEL repository | ||
| + | |||
| + | yum install mongodb-server unzip | ||
| + | yum localinstall jre-8u45-linux-x64.rpm | ||
| + | | ||
| + | Make sure you have a minimum of 4GB in /opt | ||
| + | cd /opt | ||
| + | unzip / | ||
| ====init script==== | ====init script==== | ||
| <code - / | <code - / | ||
| Line 44: | Line 58: | ||
| exit 0 | exit 0 | ||
| </ | </ | ||
| + | ====Firewalld==== | ||
| + | <code - / | ||
| + | <?xml version=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | <port protocol=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | firewall-cmd --permanent --zone=management --add-service=unifi | ||
| + | firewall-cmd --reload | ||
| + | |||
| + | / | ||
| + | |||
| + | =====Configuration===== | ||
| + | Go with your browser to: http:// | ||
| + | {{: | ||
| + | |||
| {{tag> | {{tag> | ||