Home

Awesome

kitchensink-torquebox-mobile

simple demo of an poh5 rails application on TorqueBox

Steps to get started:

  1. install TorqueBox
  2. run torquebox, as described on the installation manual.
  3. clone this repo somewhere: git clone https://github.com/qmx/kitchensink-torquebox-mobile.git
  4. run bundler: jruby -S bundle install
  5. run database migrations: jruby -S bundle exec rake db:migrate
  6. deploy the app: jruby -S torquebox deploy
  7. see it running