bcotton / activewarehouse-demo
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
f1716d9
aeden (author)
Fri Feb 02 07:22:58 -0800 2007
commit f1716d971fcbf15975b5e620e27a7a966e946d69
tree 4202e3c611b74fbf77263ff7efb1205d7ed9f099
parent effc806cf9b20352176d8aadd964dcb55ff72bc5
tree 4202e3c611b74fbf77263ff7efb1205d7ed9f099
parent effc806cf9b20352176d8aadd964dcb55ff72bc5
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/

