- 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.
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
You can find additional documentation for the project on the project Wiki: https://github.com/dispiste/GeoBI/wiki
Regards,
Cesar