Skip to content

dsuren1/mapstore2-georchestra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geOrchestra

MapStore Project for geOrchestra

Documentation: https://docs.georchestra.geo-solutions.it/ (domain will change)

See https://georchestra.geo-solutions.it/ (work in progress)

Building the project

Clone the repository:

git clone --recursive https:/georchestra/mapstore2-georchestra.git

Install NodeJS, if needed, from here.( suggested versions: NodeJS 12.x, npm 6.x, minimal versions: NodeJS >= 10, npm >= 6, for minimal you may need to increase used memory limits )

Install Java SDK, if needed. Java 1.8, 9 and 11 are supported. You can download them from:

Install latest Maven, if needed, from here (version 3.5.2 is required).

Build the deployable war:

./build.sh [version_identifier]

Where version_identifier is an optional identifier of the generated war that will be shown in the settings panel of the application.

Deploy the generated mapstore.war file (in web/target) to your favorite J2EE container (e.g. Tomcat).

Tomcat versions 7.x, 8.x and 9.x are supported. The latest of each can be donwloaded from:

Building the documentation

To build the documentation you need sphinx and some extensions (sphinx_rtd_theme and recommonmark), you can install using pip :

pip install sphinx_rtd_theme
pip install recommonmark

than you can build html documentation using :

cd docs # enter in the docs folder
make html # create html documentation

About

geOrchestra newest viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.6%
  • HTML 25.6%
  • Java 18.7%
  • PLpgSQL 6.5%
  • Less 2.8%
  • Dockerfile 1.0%
  • Shell 0.8%