Table of Contents

DokuWiki 安裝方式

如果你已經安裝了 DokuWiki ,有另外一份升級指引

安裝 DokuWiki 可以說是非常的簡單 - 一般來說只是解壓縮和設定權限而已。你應該先試著按照這裡所提供的簡易指引進行安裝,如果遇到了問題或是指引不夠詳細,則進一步的閱讀連結。

這裡有一個安裝 DokuWiki 的螢幕截取影片。雖然上頭所展示的是安裝到分享式的網站提供者,但對於其他的情況仍然是很有幫助的。

詳細指引

如果你在上述的步驟中遇到了問題或是需要更詳細的資訊,請參看下列頁面(英):

成功了!接下來呢?

在一切都成功之後,這裡有些事是你可能會想做的:

它動不了!問題排除

如果你在安裝 DokuWiki 的時候遇到了問題,而且你也仔細地檢查了上面的每個步驟的話:

開發中版本

FIXME If you're attempting to run a development version (which will likely fix some bugs whilst adding new ones) and receive message ”unrecognised or modified dokuwiki.php”, perform the following:

  1. copy the reported hash key, e.g. '1e5c42eac3219d9e21927c39e3240aad'
  2. open install.php and find
    $dokuwiki_hash array
  3. duplicate the final line within the array, e.g.
    '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
  4. edit your duplicated line for date and new hash key, e.g.
    '2008-03-17'   => '1e5c42eac3219d9e21927c39e3240aad',
  5. save, upload to server and rerun install.php