Skip to content

mbasa/GeoFuse-Admin

Repository files navigation

Prerequisites

A fully installed GeoFuse package which contains the following components:

To Install

  • download the source code and build a WAR file using Maven
  mvn clean install
  • copy the created WAR file into tomcat_dir/webapps directory

  • start tomcat

To Test

  • to test without deploying to Tomcat, run the Maven command:
  mvn jetty:run
  • and use the following URL to access the application:
http://localhost:8080/geofuse-admin