This project is built on RVM (system pre requisite) Ruby 1.9.2 (use RVM) Rails 3.1.1 (Gemfile - installed by project)
- Update config/database.yml, with mysql socket location on your machine (/tmp/msql)
- Create .rvmrc in the proj folder with 1.9.2@rails31ruby192 (create a new gemset rails31ruby192)
- Install the gems using: bundle install
- Run the project using: rails s -p 3000
- Access the webpage: http://localhost:3000/