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:

:::bash
sudo gem2.0 install bundler

Clone this Wiki project:

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

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

:::bash
bundler install
Clone this wiki locally