Web application that creates an interactive Map, Plots, and Summary for any earthquake using real-time/historic data. It helps you visualize, analyze and collect information to use in talking points and scientific response.
First install Node.js, Grunt and Composer.
Note: You will need PHP with CGI installed in order to generate an earthquake summary RTF file.
- Clone the repository
git clone https://github.com/shaefner-usgs/esc-eq-response.git
- Install dependencies
cd esc-eq-response
npm install
composer install (or php composer.phar install)
# If you need to add a CA certificate file:
npm config set cafile "<path to your certificate file>"
# Check the 'cafile'
npm config get cafile
- Configure the app
cd esc-eq-response/src/lib
# Run the configuration script and accept the defaults
./pre-install
- Run grunt
cd esc-eq-response
grunt