# vibi **Repository Path**: mirrors_geosolutions-it/vibi ## Basic Information - **Project Name**: vibi - **Description**: VIBI - MapStore application and server backend code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Stories in Ready](https://badge.waffle.io/geosolutions-it/vibi.png?label=ready&title=Ready)](https://waffle.io/geosolutions-it/vibi) # 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](https://github.com/geosolutions-it/geobatch/wiki) ## GeoStore Follow the [GeoStore documentation](https://github.com/geosolutions-it/geostore/wiki/Building-instructions) ## 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 - GeoStore - MapStore ## Tomcat Backend 1 - GeoBatch ## Tomcat Backend 2 - OpenSDI-Manager2 # Documentation For more information please refer to the [online documentation](https://github.com/geosolutions-it/vibi/wiki/Documentation)