Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 920 Bytes

README.textile

File metadata and controls

25 lines (15 loc) · 920 Bytes

MySystem-Sinatra

This is a simple server container / backend for the mysystem pre-prototype demo.
It uses google app engine, and DataMapper.

Dependencies

Uses Google App Engine Gem:
sudo gem install google-appengine

Uses DataMapper

Info

Gems installed using ‘appcfg.rb gem install sinatra dm-appengine’ are checked into github. (these gems are local in ./.gems/gems/)

  1. install the google-appengine gem : sudo gem install google-appengine
  2. Follow opther instructions at http://code.google.com/p/appengine-jruby/wiki/GettingStarted
  3. try out the app with ruby ./app.rb or at the console with irb require ‘config’
  4. run in developer mode with “dev_appserver.rb .” (intsalled with google-appengine gem)
  5. deploy the application with “appcfg.rb update .”
  6. the application will be available at http://ccmysystem.appspot.com/mysystem.html