Run-on WebServer
This example shows you how to build a simple web server using Nginx.
Install Nginx
sudo yum install epel-release
sudo yum install nginxGo to the Nginx root folder
cd /usr/share/nginx/htmlDownload OvenPlayer
git clone https://github.com/OvenMediaLabs/OvenPlayer.gitAccess from your browser
http://YOUR_IP/OvenPlayer/docs/demo.html
Last updated
Was this helpful?