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.
git clone https://github.com/shaefner-usgs/esc-eq-response.git
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
cd esc-eq-response/src/lib
# Run the configuration script and accept the defaults
./pre-install
cd esc-eq-response
grunt