Skip to content

randomorder/MapStore-C148

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photomap

Quick Start

Clone the repository with the --recursive option to automatically clone submodules:

git clone --recursive https://github.com/geosolutions-it/MapStore-C148

Install NodeJS >= 7.10.0 , if needed, from here.

Start the development application locally, run:

npm install

followed by

npm start

The application runs at http://localhost:8081 afterwards.

Read more on the wiki.

Themes

This project support two themes, i.e default and surveye theme, which differ only on localConfig.json file and the build processes. During development, you can quickly run the instance with surveye theme by appending localConfigSurveye.json in the URL like this http://localhost:8081/?localConfig=localConfigSurveye#/ and you can build with different themes as described in build section

Build

We use maven as the build tool, and build.sh script to automate the build process. To build with default theme run;

sh build.sh

To build with surveye theme, run;

sh build theme="surveye"

In addition to themes, You can also configure mapstore version to be used during the build by providing version argument to the build script as follows;

sh build version='SNAPSHOT-2019'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • CSS 26.4%
  • JavaScript 24.6%
  • Dockerfile 2.7%
  • Shell 2.0%