Skip to content

LSI-IIIT/lsiviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSIViewer

Libre Spatial Information Viewer

== Requirements ==

  1. cmake
  2. boost libraries (development)
  3. Wt

For Installing requirements, Please refer to [1]

== Building LSIViewer ==

  1. cd path/to/lsiviewer
  2. mkdir build && cd build
  3. cmake ..
  4. 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)