Skip to content

francesca-morelli/csi-sira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

CSI-SIRA project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.6%
  • JavaScript 24.0%
  • CSS 15.5%
  • HTML 6.3%
  • Other 1.6%