~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Borigin light web server v1.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It is strongly recommended you first go to "documentation" folder for full documentation and protocol compliance details. If you just want a quick start, read below.
Put the files you want to share in the “htdocs” folder (the server repository).
Then run one of the executable scripts in the "bin" folder to start the server
“bin/runserver.command” for MacOS
“bin/runserver.bat” for Windows
You can add files and folders to your repository on the fly, without restarting the server.
You may want to edit the configuration file “conf/default.conf”, or the server will start with default settings.
Note that you need to have Java installed for this server to work. Download the latest JRE from http://www.oracle.com/technetwork/java/javase/downloads/index.html
This project is build on Maven and it supports all Maven phases from validate to install (not deploy).
Be mindful that if you change or delete the folder structure of the project you will also need to modify the scripts in the bin folder.
The copyright and license details are available in the LICENSE.txt file.