0
0

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.

gollum(githubのwiki)を入れてみた

0
Last updated at Posted at 2013-08-30

参考サイト

$ sudo apt-get install git ruby-bundler 
$ git clone https://github.com/gollum/gollum
bundleinstallの速度アップ
$ cd gollum

以下書き換え
$ vim Gemfile
# source 'http://rubygems.org'
source 'http://bundler-api.herokuapp.com'

$ bundle install --path vendor/bundler
リポジトリ作成
$ mkdir ~/wikidata
$ cd ~/wikidata
$ git init
実行
$ cd -
$ nohup bundle exec bin/gollum --port 5080 --base-path wiki ~/wikidata &

あとは http://localhost:5080/wiki/ にアクセスすればOK.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?