This is the source code for The Dev Garden’s web site.
- Install Ruby, Rails and PostgreSQL. The Railsbridge Installfest is a good installation guide.
 - Clone this repository.
 cd devgardenbundle installrake db:setup- If you want fill your local database with fake data: 
rake db:fake 
To run the site locally:
- Run 
unicornon the command line. - Visit 
http://localhost:8080in your web browser. 
To run queued jobs (email, project imports, etc):
bin/que_ctl startwithin the project directory.