Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

gem/FaultedEarth-Client

Repository files navigation

FaultedEarth

A web based editor for managing earthquake related spatial data.

Developed by OpenGeo in support of the Global Earthquake Model.

Prerequisites

File uploads go into a temporary workspace on GeoServer. To make this work, GeoServer needs to be configured with a workspace named "temp" and a namespace uri of http://geonode.org/temporary.

Setup

curl -L https://github.com/opengeo/readygxp/raw/master/readygxp.sh | sh -s myapp

Navigate to http://localhost:8080/ to run the application in debug mode. By default, ant debug will proxy /geoserver to http://184.106.119.223/geoserver-geonode-dev/. To run the application against a different GeoServer instance, call

ant debug -Dapp.proxy.geoserver=http://path/to/your/geoserver

To run the application on a different port than 8080 (e.g. 9080), run

ant debug -Dapp.port=9080 

Prepare App for Deployment

To create a static war servlet run the following:

ant static-war

The servlet FaultedEarth.war will be assembled in the build directory.

To use a different path for the local GeoServer than /geoserver-geonode-dev/, you can add the following option to the ant static-war command:

-Dapp.deploy.geoserver=<geoserver_path>

where <geoserver_path> is e.g. /geoserver/