Quickstart Guide

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