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
Bob Cotton (author)
Mon May 12 19:14:23 -0700 2008
commit  8c77270d06a9fbcb094db2aaf11146323bcdab44
tree    e0420c2a7ef5099fb07d6d92346e2e89a78db467
parent  ec6fdcdf52f156593541ab65419c2796071babaa
name age message
file README Loading commit data...
file Rakefile Sun Oct 29 18:26:03 -0800 2006 Initial import of demo code. git-svn-id: svn:/... [aeden]
directory app/
directory config/
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/
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
  script/plugin install svn://rubyforge.org/var/svn/activewarehouse/activewarehouse/trunk
  script/plugin install svn://errtheblog.com/svn/plugins/will_paginate

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

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

  rake warehouse:migrate
  rake db:migrate
  
4.) Run the setup script:
  
  ruby db/setup.rb

5.) Build the warehouse:

  rake warehouse:rebuild
  
6.) Start the server:

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