Web application for ESC's weekly seminar series that displays seminar details for upcoming and past seminars, including videos and podcast feeds. The application also sends automated emails announcing upcoming seminars to the current distribution list.
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-seminars.git
- Install dependencies
cd earthquake-seminars
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-seminars/src/lib
# Run the configuration script
./pre-install
- Run grunt
cd earthquake-seminars
grunt