Installation Guide for Windows

Version

This document applies to Rubricks-0.6.x

Install Instant Rails

Download the Instant Rails 1.7 and install.
http://instantrails.rubyforge.org/wiki/wiki.pl

Install Rubricks

  • Download Rubricks. Download
  • Unpack the rubricks_xxx.zip in some directory.
  • Create database for the Rubricks.
    ex)
    > mysql -u root
    mysql> CREATE DATABASE rubricks;
    mysql> exit
    
  • Create the config/database.yml to reflect your newly created database configuration.
  • set RAILS_ENV production and rake migrate (make sure you are in the rubricks directory).
    > set RAILS_ENV=production
    > rake db:migrate
    

Start Rubricks

Start the Mongrel

> ruby script/server -e production

Access 'http://localhost:3000/' on your browser(don't use opera) and here is the top page of the Rubricks.
Login as administrator, account name and password is follows.

account name'admin'
password'pass'