9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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にアクセス

##カスタマイズ
http://yukke.hateblo.jp/entry/2013/05/02/224859

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

9
10
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
9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?