Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 559 Bytes

File metadata and controls

22 lines (15 loc) · 559 Bytes

VirtualCampus Web Server

How To Install

Install NPLRuntime, then

git clone git@github.com:Elshadow/VirtualCampusWeb.git

Run ./start.sh on linux, or start.bat on windows, or run with following npl command directly.

npl -d root="www/" port="8098" bootstrapper="script/apps/WebServer/WebServer.lua"

To test it, open http://localhost:8098

Dependencies:

Web server root directory is www/