LoginSignup
4
4

More than 5 years have passed since last update.

Ubuntu14.04にgollumをインストール

Posted at

Gitlabを使っていて、プロジェクト外のものもgollumで書き溜めて行きたいと思い、インストールしてみた。

インストール時にいろいろとうまくいかなかったけど、最終的には下記でインストールできた。

sudo apt-get install ruby ruby-dev make zlib1g-dev libicu-dev g++ libtiff5-dev
sudo gem install gollum

gollumの起動

gollum /hoge/gollum.git --allow-uploads --mathjax --port 80 2>/tmp/gollum.log &

http://ipアドレス/ でアクセスし動作確認


参考サイト

4
4
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
4
4