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 18:54:40 -0700 2007
commit  68ee29328b4f85b957ab160847d669ae5ac39276
tree    fd6660f3ebc9f8ccf6053ad0ae359c1a6148a4f6
parent  94bde96998aed38f82c63cd0b7dbe362216ab396
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/