Skip to content

dispiste/GeoBI

 
 

Repository files navigation

Introduction

This is a fork of Camptocamp's GeoBI webapp, which aims to keep improving the application.
It is actually based on the branch created by Pierre MAudit, created for solving some issues

with the provided build system (based on Gradle).

Pierre put some fixes with the default maven repositories, and added a geofoodmart profile, in order to easily test or deploy the webapp using the well-known geofoodmart sample.

Installation

If you want to try the app using geofoodmart datas:

$ wget http://trac.spatialytics.com/geomondrian/export/6/trunk/demo/geofoodmart_sql_postgres.zip

$ unzip geofoodmart_sql_postgres.zip

$ createdb geodw

$ createlang plpgsql geodw

$ psql -f /usr/share/postgresql/<path/to>/postgis/postgis.sql geodw

$ psql -f /<same path as previously>/spatial_ref_sys.sql geodw

$ psql geodw < geofoodmart.sql

$ wget -O webapp/src/main/webapp/WEB-INF/classes/geofoodmart.xml http://trac.spatialytics.com/geomondrian/export/6/trunk/demo/GeoFoodMart.xml

$ ./gradlew jettyRun -Pserver=geofoodmart

That should do the trick.

Have fun,

  • Pierre

Additional documentation

You can find additional documentation for the project on the project Wiki: https://github.com/dispiste/GeoBI/wiki

Regards,

Cesar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.4%
  • JavaScript 17.6%
  • Groovy 5.5%
  • Python 0.5%
  • CSS 0.5%
  • Shell 0.3%
  • XSLT 0.2%