Skip to content
Sage Gerard edited this page Oct 7, 2013 · 7 revisions

This is a Yii powered front end to QRatitude.

Required Skills

Languages

  1. PHP
  2. HTML
  3. CSS
  4. Ruby
  5. Javascript

Project management, conventions and design concepts

  1. Git Flow
  2. SMACSS
  3. OOCSS
  4. REST

Utilities

  1. RVM
  2. Sass
  3. Compass
    1. Zen Grids
    2. Color Schemer
    3. Fancy Buttons

Setup

  1. Install RVM.
  2. Clone the repo
  3. Go to the project directory and run the following after trusting .rvmrc.
rvm install 1.9.3
rvm use 1.9.3
gem install bundler
bundle install