-
Notifications
You must be signed in to change notification settings - Fork 5
Home
benbjohnson edited this page Oct 3, 2010
·
20 revisions
Smeagol is a read-only server for hosting Gollum repositories.
If you host a project at GitHub then Smeagol allows you to mirror your project's wiki on your own server and domain. Smeagol is easy to setup and provides some great features:
- Easy skinning through Mustache templates.
- Auto updating
- Fast page delivery with page caching.
- Language specific syntax highlighting through Pygments
Installing Smeagol is a cinch. Simply use RubyGems and you'll be ready to go in one line:
$ [sudo] gem install smeagol
Change directories to your wiki repository and run the smeagol
command:
$ cd /path/to/repo.wiki
$ smeagol
Navigate to http://localhost:4567 to view your wiki running on Smeagol!