Skip to content
Henryk Paluch edited this page May 13, 2016 · 6 revisions

Gollum (local editor for GitHub Wiki Pages)

Setup for Ubuntu 14.04.4 LTS

Note: strictly speaking Gollum should be usable with older versions of Ruby, but we should be prepared for future...

Ruby 2.0 and Gem2.0 install:

sudo apt-get install ruby2.0-dev ruby2.0

Install bundler (into /usr/local/bin) via command:

sudo gem2.0 install bundler

Clone this Wiki project:

git clone https://github.com/hpaluch/hpaluch.github.io.wiki.git

Install Gollum and its dependencies (may ask for sudo password):

bundler install

Running Gollum

Issue:

bundler exec gollum

Point your browser to http://localhost:4567

Important notes:

  • Gollum sees only commited (=repository) changes, that means you need to invoke git add/commit to see them
Clone this wiki locally