Skip to content

psndcsrv/mysystem-sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Google App Engine Sinatra app to wrap MySystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published