oyadipipiの日記: dokuwikiを使ってみた 3
何かwiki環境を作ろうと思った。
DB不要なものと思い、最初はpukiwikiにしようかと思ったが、
最近アップデートが無いとのことで別のものを探して、
何となくdokuwikiにしてみた。
以下、centos6.5(32)に入れたときのメモ。
yum install php
yum install php-gd
/etc/php.ini編集(漏れあり)
expose_php = Off
output_buffering = Off
memory_limit = 32M
date.timezone = "Asia/Tokyo"
default_charset = "UTF-8"
mbstring.language = Japanese
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = none
dokuwikiのページからtgzを入手。
tar xvfz dokuwiki-20140929-Hrun_ja.tgz
cp -r ./dokuwiki /var/www/html/wiki/
cd /var/www/html
chown -R apache:apache ./wiki
find ./wiki -type f -exec chmod 0600 \{\} \;
find ./wiki -type d -exec chmod 0700 \{\} \;
/etc/httpd/conf.d/wiki.conf作成
Directory "/var/www/html/wiki">
Options None
AllowOverride Limit
Order allow,deny
Allow from all
/Directory>
http://hogehoge.example.com/wiki/install.php
DokuWiki Installer 右上にある言語選択でja
Wiki名、スーパーユーザーのid、フルネーム、メールアドレス、パスワードを入力
install.phpを削除
「作成した DokuWikiを使用する」のリンクをクリック
右上の「ログイン」
startという赤字のリンク
右側にある鉛筆をクリック
「保存」
最上部の「管理」
プラグインindexmenu
管理画面から下記を指定してインストール
https://github.com/samuelet/indexmenu/archive/master.zip
管理画面、サイトの設定で下記を設定:
plugin > indexmenu > skip_file /(:sidebar$|^sidebar$)/
サイドバー に次のように埋め込む:
{{indexmenu>..#0|js navbar}}