Installing NGINX
In order to install Stream, the server must have access to a repository (mirror, iso file, …) of the linux distribution you are using in order to be able to install the dependencies of the software. |
-
Access the server with an account with administrative privileges;
-
Install the NGINX web server using the following command:
# yum install nginx
-
Enable NGINX to start at boot using the following command:
# systemctl enable nginx
-
Stop the NGINX service with the following command:
# systemctl stop nginx