Run on WebServer
We will show 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/AirenSoft/OvenPlayer.gitAccess from your browser
http://YOUR_IP/OvenPlayer/docs/demo.html
Last updated
Was this helpful?