Deploy Gollum wiki to Heroku

前端 未结 3 2042
时光取名叫无心
时光取名叫无心 2021-02-13 22:32

Gollum is \"A simple, Git-powered wiki with a sweet API and local frontend.\"

It\'s hosted on GitHub: http://github.com/github/gollum

It seems to be a simple Si

3条回答
  •  情话喂你
    2021-02-13 22:58

    http://docs.heroku.com/rack#sinatra

    require 'hello'
    run Sinatra::Application
    

    if it is a sinatra app, that should do it for you.

提交回复
热议问题