Skip to content
jpitts edited this page Aug 21, 2014 · 2 revisions

Installation

Quick Setup:

  • bundle install --path bundle
  • bundle exec ruby setup.rb
    • setup will attempt to backup a db if it sees one and will complain if it sees you have not moved a backup.
  • bundle exec ruby app.rb
  • navigate your browser to 0.0.0.0:4567
    • login with user: admin & password: admin
  • files included in public/test/
    • template file for using right away
    • sample test files to test mapping and transformations

Clone this wiki locally