Rack configuration, middleware, and Gemfile to run the Risk Analytics Reference.
Clone reference
wiki repository from Github:
$ git clone [email protected]:riskanalytics/reference.git
Clone gollum-rack
from Github:
$ git clone [email protected]:riskanalytics/gollum-rack.git
Install required Gems:
$ cd gollum-rack
$ bundle install
Run Gollum via Puma:
$ GITHUB_KEY=<YOUR_GITHUB_APP_KEY> GITHUB_SECRET=<YOUR_GITHUB_APP_SECRET> WIKI_REPO=../reference bundle exec puma