Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 616 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 616 Bytes

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