文書の過去の版を表示しています。


インストール @ 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

MathJax

参考: [[http://opukopu.hatenablog.com/entry/2017/03/30/235131|opukopuのメモ帳 - DokuWikiでLatexを使おう]]
softwares/wiki/dokuwiki/installation.1501921853.txt.gz · 最終更新: 2017/08/05 17:30 by kobayash
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0