Quickstart Guide
- Install a local db such as MySQL
- Install Rails
- Make a directory called 'apptrain'
- Int the apptrain/ dir type 'svn checkout svn://rubyforge.org//var/svn/apptrain/trunk .' to get the latest code.
- In the root type rails -s apptrain to create a default rails app (the -s prevents overwriting existing apptrain files).
- Modify apptrain/config/database.yml to point to your local db.
- In the apptrain/ dir, type rake at_install
- In the apptrain/ directory , run ruby script/server
- Hit http://localhost:3000/app