This is the source code of Geekpark website. Requirements Ruby 2.3.1+ PostgreSQL 9+ Setting up Development Environment Install required gems: $ bundle Create database and load the database schema: $ rake db:create $ rake db:schema:load