Libre Spatial Information Viewer
== Requirements ==
- cmake
- boost libraries (development)
- Wt
For Installing requirements, Please refer to [1]
== Building LSIViewer ==
- cd path/to/lsiviewer
- mkdir build && cd build
- cmake ..
- make
== Deploying LSIViewer ==
sudo ./lsiviewer.wt --docroot ='path/to/resources' --http-address 0.0.0.0 --http-port 8080
There are two methods with which you can deploy lsiviewer A. Using FastCGI B. Using wthttpd See here [2] for details
== Reporting ==
For BUG reporting, feature request, open discussion and help. Please use our forums[3]
[1] http://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html (accessed on Aug 2014)
[2] http://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html#examples (accessed on Aug 2014)
[3] http://redmine.vrgeo.in/projects/lsiviewer (accessed on Aug 2014)