public
Description: A 'clone' of the activewarehose demo, to fix it for trunk of activewarehouse
Homepage: http://activewarehouse.rubyforge.org/
Clone URL: git://github.com/bcotton/activewarehouse-demo.git
aeden (author)
Thu Apr 12 17:56:16 -0700 2007
commit  94bde96998aed38f82c63cd0b7dbe362216ab396
tree    dd3248c40031ffe7bf373e507a90eb87b405f168
parent  03beae0020d8d014c6c2c7d0f15e99311fd3dda5
name age message
file README Thu Nov 16 05:16:02 -0800 2006 moving things git-svn-id: svn://rubyforge.org/... [aeden]
file Rakefile Sun Oct 29 18:26:03 -0800 2006 Initial import of demo code. git-svn-id: svn:/... [aeden]
directory app/ Loading commit data...
directory config/ Mon Nov 13 12:55:11 -0800 2006 Added more examples git-svn-id: svn://rubyforg... [aeden]
directory db/
directory doc/ Mon Nov 06 17:07:20 -0800 2006 Fixes to demo. Added fact list git-svn-id: svn... [aeden]
directory lib/
directory public/ Mon Nov 13 14:24:01 -0800 2006 Updated examples to use new render_cube method ... [aeden]
directory script/ Sun Oct 29 18:26:03 -0800 2006 Initial import of demo code. git-svn-id: svn:/... [aeden]
directory test/ Mon Nov 13 12:55:11 -0800 2006 Added more examples git-svn-id: svn://rubyforg... [aeden]
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/