Home > indyrb

indyrb

Indyrb is a project mainly written in RUBY and JAVASCRIPT, it's free.

To get up and running with the application:

  • clone this repo
  • make sure MySQL is installed and you have a password for the root user
  • ./script/db_setup -c
  • rake db:migrate

Install the gems you might need

  • sudo rake gems:install
  • sudo RAILS_ENV=test rake gems:install
  • sudo RAILS_ENV=cucumber rake gems:install
  • sudo RAILS_ENV=culerity rake gems:install
Previous:Mojo-Tasks