Need `shotgun` and a `config.ru` to map the server to `/git`. ```ruby # inside config.ru require "web_git" map '/git' do run WebGit::Server end ```
Need
shotgunand aconfig.ruto map the server to/git.