Gollum
Using from another directory
http://swik.net/Eclipse/Planet+Eclipse/Alex+Blewitt%3A+Git+Tip+of+the+Week%3A+Gollum/ffdwx
https://github.com/github/gollum/pull/56
Use option --page-file-dir to run gollum from project directory.
Redcarpet > 2.0.0 error
Downgrade it to 1.17.2
gem uninstall redcarpet
gem install redcarpter --version '1.17.2'
Install Pygments
Error of this sort: "Requires a Node, NodeSet or String argument, and cannot accept a NilClass." - Pygments are needed to be installed. https://github.com/dreverri/gollum-site/issues/15 Pygments may be installed with easy_install http://pygments.org/download/:
easy_install Pygments
Pygments can be installed by downloading an egg and running it as a script - http://pypi.python.org/pypi/setuptools#installation-instructions.
Last edited by dudarev, 2012-05-17 08:27:59. Edit