An FDSN compatible web service and data feeds for seismic event data from the U.S. Geological Survey.
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.
- Use git to clone the earthquake-event-ws from git repository.
- Install needed dependencies.
- Run
src/lib/pre-install
from the install directory. - Run
grunt
from the install directory.