Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.03 KB

Earthquake Event Webservice

An FDSN compatible web service and data feeds for seismic event data from the U.S. Geological Survey.

Getting Started

This application supports local installations for a simplified development environment. In order to set up a local installation of this application you will require access to an active product index. If you do not have access to an existing product index, you can set up a local MySQL product index instance.

The tables in the product index should be UTF-8 encoded to support event titles in feed outputs.

Once you have access to a product index, you can follow these steps to set up a local development environment.

  1. Use git to clone the earthquake-event-ws from git repository.
  2. Install needed dependencies.
  3. Run src/lib/pre-install from the install directory.
  4. Run grunt from the install directory.