Skip to content

dsuren1/csi-sira

 
 

Repository files navigation

Stories in Ready CSI-SIRA

Quick Start

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

git clone --recursive https:/geosolutions-it/csi-sira.git

Install NodeJS, if needed, from here.

Start the development application locally:

npm install

npm start

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

To have backend services working, you should do a full build with:

mvn clean install

and deploy the generated war (web/target/sira.war) into a Tomcat container.

You also need to:

  • create a folder for configuration files (e.g. sira_config)
  • copy the aua.properties file from root folder of the source code to the configuration folder
  • add a configuration parameter to Tomcat setenv file with the configuration folder (-Dqueryform.config.dir= path to sira-config folder)

The internal proxy is configured to look for backend services on http://localhost:8080/sira, if you change the Tomcat port, please update the devServer -> proxy section in webpack.config.js

Read more on the wiki.

Packages

No packages published

Languages

  • PLpgSQL 95.1%
  • Java 2.6%
  • JavaScript 1.0%
  • CSS 0.7%
  • TSQL 0.2%
  • HTML 0.2%
  • Other 0.2%