$ git clone https://github.com/moqada/omnigollum_site.git
$ cd omnigollum_site
$ bundle install
$ cp gollum.yaml.example gollum.yaml
$ cp config.ru.example config.ru
そのまんま conrig.ru を利用すれば LDAP 用
$ bundle exec rackup
$ cp unicorn.rb.example unicorn.rb
$ bundle exec unicorn -c unicorn.rb
ruby よくわかってないので色々適当