|
@@ -21,7 +21,7 @@ Out of scope:
|
|
|
######
|
|
|
Install/Enable additional repositories (epel) and packages.
|
|
|
```
|
|
|
-dnf install epel-release wget nano nginx
|
|
|
+dnf install epel-release wget nano nginx xz
|
|
|
```
|
|
|
|
|
|
######
|
|
@@ -33,7 +33,7 @@ Create a nginx configuration-file for the DVR resource in /etc/nginx/sites-avail
|
|
|
```
|
|
|
server {
|
|
|
listen 80;
|
|
|
- server_name your.server.dns-name.sometld;
|
|
|
+ server_name your.server.name.sometld;
|
|
|
location / {
|
|
|
proxy_pass http://localhost:8090;
|
|
|
|
|
@@ -50,3 +50,5 @@ Enable the above configuration to be loaded on nginx startup
|
|
|
ln -s /etc/nginx/sites-available/your_configfile.conf /etc/nginx/sites-enabled/
|
|
|
```
|
|
|
|
|
|
+######
|
|
|
+Download and execute the dvr Agent installation.
|