The GD Studio VOD Archive is a Ruby on Rails 3.2 application which runs on Ruby 1.9.2 and PostgreSQL databases.
- Fork the GitHub repository: http://github.com/riginding/thegdarchive
- Clone the fork to your computer
- If you don't already have bundler installed, get it by running
gem install bundler - Run
bundle installto install all of the project's dependencies - Setup your postgres configuration in config/database.yml
- Finally, run
rake setupto create the database, and seed it with data