Run-on WebServer

This example shows you how to build a simple web server using Nginx.

circle-check

Install Nginx

All descriptions are based on CentOS 7. If you are using a different OS, please see the Nginx tutorialsarrow-up-right.

sudo yum install epel-release
sudo yum install nginx

Go to the Nginx root folder

cd /usr/share/nginx/html

Download OvenPlayer

git clone https://github.com/AirenSoft/OvenPlayer.git

Access from your browser

http://YOUR_IP/OvenPlayer/docs/demo.html

Last updated

Was this helpful?