LoginSignup
10
11

More than 5 years have passed since last update.

Github製wikiエンジン"Gollum"インストール

Last updated at Posted at 2013-05-05

gitでドキュメントと履歴が管理されるwikiエンジンの"Gollum"をインストール。

推奨環境

  • bundler(1.3.5)
  • ruby(1.9.3)
  • Unix系OS(Windows不可)

Gollumをインストール & 実行

Githubのレポジトリからクローンしてインストール

$ git clone git://github.com/gollum/gollum.git
$ cd gollum
$ bundle install

Gollumを起動

$ gollum

localhost:4567にアクセス

カスタマイズ

おまけ

herokuでgollumを動かすことはできない。
herokuのファイルシステムはRead onlyだから。

10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11