geosolutions-it/vibi

Name: vibi

Owner: GeoSolutions

Description: VIBI - MapStore application and server backend code

Created: 2015-11-17 12:48:32.0

Updated: 2016-12-05 14:46:45.0

Pushed: 2017-04-05 09:26:54.0

Homepage: https://waffle.io/geosolutions-it/vibi

Size: 20513

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Stories in Ready

FrontEnd

MapStore application for VIBI web manager

To run this application, clone this repository inside the “application” folder of a MapStore instance. Then run (or build) MapStore with the application= environment variable.

VIBI

Get MapStore code

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

Get VIBI frontend code

cd MapStore\mapcomposer\app\applications
\MapStore\mapcomposer\app\applications> git clone https://github.com/geosolutions-it/vibi.git

To run in debug mode

\MapStore> ant debug -Dapplication=vibi/frontend

Build the WAR package

\MapStore> ant war -Dapplication=vibi/frontend

BackEnd

The Backend is based on GeoStore, GeoBatch with some custom actions and a custom OpenSDI-Manager2

GeoBatch

Build the WAR package

cd backend
\backend> mvn clean install

For more information about GeoBatch, please refer to the online documentation

GeoStore

Follow the GeoStore documentation

OpenSDI-Manager2

Get OpenSDI code and move to the C047 branch

git clone https://github.com/geosolutions-it/OpenSDI-Manager2.git –branch C047

Build the war package

\OpenSDI-Manager2\src> mvn clean install

Example of deploy

The backend applications should be deployed in different tomcats due to dependencies conflicts.

Tomcat Frontend
Tomcat Backend 1
Tomcat Backend 2

Documentation

For more information please refer to the online documentation


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.