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=<folder_name> environment variable.
Get MapStore code
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
The Backend is based on GeoStore, GeoBatch with some custom actions and a custom OpenSDI-Manager2
Build the WAR package
cd backend
\backend> mvn clean install
For more information about GeoBatch, please refer to the online documentation
Follow the GeoStore documentation
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
The backend applications should be deployed in different tomcats due to dependencies conflicts.
- GeoStore
- MapStore
- GeoBatch
- OpenSDI-Manager2
For more information please refer to the online documentation