Just installed Gollum wiki on Ubuntu server 11.10, and when I go to launch it I get this error:
NoMethodError at /
private method `settings' called for Precious::App:Class
file: create.rb location: default_markup line: 44
to install it I ran the following:
sudo apt-get install rubygems
sudo apt-get install libxslt-dev libxml2-dev
sudo gem install nokogiri
sudo gem install gollum
git init myWiki
cd myWiki
gollum ("sudo gollum" fails with the same error)
Ideas?
Note: If I comment out the offending line the page will load Home.md for editing and then I can save it. However css styles and page graphics do not load, I just see a poorly formatted html page.