Web application for Earthquake Science Center's National Strong Motion Project.
First install Node.js and Grunt.
Note: You will also need PHP with CGI installed.
- Clone the repository
git clone https://github.com/shaefner-usgs/earthquake-nsmp.git
- Install dependencies
cd earthquake-nsmp
npm 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 earthquake-nsmp/src/lib
# Run the configuration script
./pre-install
- Run grunt
cd earthquake-nsmp
grunt