This is a simple server container / backend for the mysystem pre-prototype demo.
It uses google app engine, and DataMapper.
Uses Google App Engine Gem:
sudo gem install google-appengine
Uses DataMapper
Gems installed using ‘appcfg.rb gem install sinatra dm-appengine’ are checked into github. (these gems are local in ./.gems/gems/)
- install the google-appengine gem : sudo gem install google-appengine
- Follow opther instructions at http://code.google.com/p/appengine-jruby/wiki/GettingStarted
- try out the app with ruby ./app.rb or at the console with irb require ‘config’
- run in developer mode with “dev_appserver.rb .” (intsalled with google-appengine gem)
- deploy the application with “appcfg.rb update .”
- the application will be available at http://ccmysystem.appspot.com/mysystem.html