Dokuwiki安裝步驟

步驟一:安裝Apache

步驟流程可參考網頁伺服器FAMP中的步驟一:安裝Apache

步驟二:安裝Gcc

  1. 尋找gcc4.8位置
    % whereis gcc48 /
    
  2. 安裝gcc4.8
    % cd /usr/ports/lang/gcc48
    % sudo make install clean BATCH=yes
    

步驟三:安裝PHP 及其相關模組

  1. 安裝php 5.6
    % cd /usr/ports/lang/php56
    % sudo make install clean BATCH=yes
    
  2. 安裝mod_php模組
    % cd /usr/ports/www/mod_php56
    % sudo make install clean BATCH=yes
    
  3. 安裝php56-gd模組
    % cd /usr/ports/graphics/php56-gd
    % sudo make install clean BATCH=yes
    

步驟四:安裝DokuWiki

  1. 尋找DokuWiki位置
    % whereis dokuwiki /
    
  2. 安裝gcc4.8
    % cd /usr/ports/www/dokuwiki
    % sudo make install clean BATCH=yes
    

results matching ""

    No results matching ""