A volunteer job board for Penn students by Penn Labs.
- 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
- if you ever need to reset your database, just do
rake db:drop - make sure to migrate after each drop/change to the schema
- run
rake routesto see all the current routes
- Joseph Gao, Adam Domingoes, the development team at Penn Labs