bcotton / activewarehouse-demo

A 'clone' of the activewarehose demo, to fix it for trunk of activewarehouse

This URL has Read+Write access

aeden (author)
Fri Feb 02 07:22:58 -0800 2007
commit  f1716d971fcbf15975b5e620e27a7a966e946d69
tree    4202e3c611b74fbf77263ff7efb1205d7ed9f099
parent  effc806cf9b20352176d8aadd964dcb55ff72bc5
name age message
file README Loading commit data...
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory lib/
directory public/
directory script/
directory test/
README
== Welcome to ActiveWarehouse Demo

This is a demo for the ActiveWarehouse plugin.

1.) To get started you must first install the ActiveWarehouse plugin:

  script/plugin install svn://rubyforge.org/var/svn/activewarehouse/timer/trunk

2.) Create the database. For example, connect to your MySQL server and type:

  create database aw_development;
  
3.) Run the migration script:

  rake migrate
  
4.) Run the setup script:
  
  ruby db/setup.rb
  
5.) Start the server:

  script/server
  
6.) Go to http://localhost:3000/