sinatra-middleware
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A very basic example of a Modular Sinatra app
About
=====
sinatra-middleware is a very basic example of a modular Sinatra application.

How to setup in Development
===========================

`$ git clone git://github.com/AndrewGertig/sinatra-middleware.git myapp_dir`

`$ mate myapp_dir/.rvmrc`

Change this line: 

  rvm use 1.9.2-p290@sinatra-middleware --create
  
To:

  rvm use 1.9.2-p290@myapp_dir --create
  
Note: You can also change the rubie that you are using.

`$ cd myapp_dir`

Accept the .rvmrc file

`$ gem install bundler`

`$ bundle install`

`$ shotgun`

Then browse to:

`http://localhost:9393/`

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。