差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
wiki:dokuwiki:installation [2016/07/02 18:52] – kobayash | wiki:dokuwiki:installation [2016/10/15 18:48] (現在) – 削除 kobayash | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== インストール @ RCNP ====== | ||
- | DokuWiki を RCNP のサーバにインストールした時のメモ。 | ||
- | |||
- | ===== メモ ====== | ||
- | * tar コマンドでの解凍は p オプションをつける。でないと、パーミッションの設定を自分で行う必要がある。< | ||
- | $ ls dokuwiki-2016-06-26.tgz | ||
- | $ tar zxvfp dokuwiki-2016-06-26.tgz | ||
- | $ mv dokuwiki-2016-06-26 dokuwiki | ||
- | </ | ||
- | |||
- | * indexmenu プラグインは、 unzip コマンドで解凍後、indexmenu-master から indexmenu にリネームしディレクトリのファイルをみられる様にパーミッションを変更。 < | ||
- | $ unzip indexmenu-master.zip | ||
- | $ mv indexmenu-master indexmenu | ||
- | $ find indexmenu -type d -print | xargs chmod o+w | ||
- | $ find indexmenu -type f -print | xargs chmod o+r | ||
- | </ | ||
- | |||
- | |||
- | |||