Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

pennlabs/Penn-Civic-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penn Volunteer Bulletin

Build Status

A volunteer job board for Penn students by Penn Labs.

Setting Up

  • install RVM (instructions can be found here.)
  • install bundler (gem install bundler)
  • install rails (gem install rails)
  • clone the project with git clone https://github.com/pennlabs/Penn-Civic-Service.git
  • install all the project dependencies (bundle install)
  • migrate the database (rake db:migrate)
  • additionally to configure email confirmation, install mailx
  • finally, run rails s
  • after doing all the setup instructions and running rails s, navigate to localhost:3000

DB Management

  • if you ever need to reset your database, just do rake db:drop
  • make sure to migrate after each drop/change to the schema

Config Options

  • run rake routes to see all the current routes

Contributors

  • Joseph Gao, Adam Domingoes, the development team at Penn Labs

About

Bulletin board for volunteer events in and around the Penn area.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors