Skip to content

This is the source for the WUSB main website at wusb.fm.

Notifications You must be signed in to change notification settings

kingofirony/WUSB-Website

Repository files navigation

WUSB-Website

This is the source for the WUSB main website at wusb.fm.

Circle CI

Live demo exists at : http://159.203.71.125:3000/

##Team: Manager: Peter Jasko

Frontend: Ken Fehling

Frontend: Philippe Kimura-Thollander

Backend: Peter Geiss

#Running the Server in development

  1. Fork the respository, then git clone your fork onto your computer. cd into it.
  2. npm install (if you add an npm module, be sure to add it to package.json so npm responds to it)
  3. If MongoDB isn't running, start it with sudo mongod
  4. npm start and you're ready to go.

Want to run the tests? Perform these steps and npm install -g mocha, then run mocha while mongod is running.

#Running the Server in production

  1. Fork the respository, then git clone your fork onto your computer. cd into it.
  2. npm install (if you add an npm module, be sure to add it to package.json so npm responds to it)
  3. touch .env and add COOKIE_SECRET=some long string here (no spaces, keystone might be able to automatically generate it for you) to the file.
  4. touch database.js and add exports.uri = 'your MongoDB URI here';
  5. export NODE_ENV='production'; npm start and you're ready to go.

About

This is the source for the WUSB main website at wusb.fm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published