Skip to content

shaefner-usgs/earthquake-seminars

 
 

Repository files navigation

Earthquake Science Center (ESC) Seminars

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.

Installation

First install Node.js and Grunt.

Note: You will also need PHP with CGI installed.

  1. Clone the repository
git clone https://github.com/shaefner-usgs/earthquake-seminars.git
  1. 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
  1. Configure the app
cd earthquake-seminars/src/lib

# Run the configuration script
./pre-install
  1. Run grunt
cd earthquake-seminars
grunt

About

Earthquake Science Center Seminars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 38.0%
  • SCSS 31.8%
  • HTML 23.1%
  • JavaScript 6.7%
  • Shell 0.4%