geosolutions-it/csi-sira

Name: csi-sira

Owner: GeoSolutions

Description: CSI-SIRA project

Created: 2016-01-15 13:06:21.0

Updated: 2018-05-04 09:18:23.0

Pushed: 2018-05-04 09:18:22.0

Homepage: https://waffle.io/geosolutions-it/csi-sira

Size: 30671

Language: PLpgSQL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Stories in Ready

CSI-SIRA

Quick Start

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

git clone --recursive https://github.com/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:

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.