bcotton / activewarehouse-demo
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
5bb452c
aeden (author)
Thu Apr 12 14:23:33 -0700 2007
commit 5bb452cace198dc672bf4933de403431b6631670
tree e170af4d253a6c4a33b3f242d822bf053afd6d1d
parent 393f5a74ac1f9845bc59a319c951b66b4b5d0613
tree e170af4d253a6c4a33b3f242d822bf053afd6d1d
parent 393f5a74ac1f9845bc59a319c951b66b4b5d0613
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/

