Sinatra configuring environments on the fly

前端 未结 3 848
离开以前
离开以前 2020-12-08 22:03

I have successfull written a little Sinatra application and already successfully deployed it on heroku.

However I want to run that application in development mode on

3条回答
  •  [愿得一人]
    2020-12-08 22:47

    Look at the Heroku documentation:

    http://devcenter.heroku.com/articles/rack#frameworks

    That's basically what I use for my app, when I start it locally it runs on port 4567.

提交回复
热议问题