Dokuwiki安裝 (linux)
一.簡介
dokuwiki是一個(gè)開源wiki引擎程序,運(yùn)行于PHP環(huán)境下。無需數(shù)據(jù)庫。Doku Wiki 程序小巧而功能強(qiáng)大、靈活,適合中小團(tuán)隊(duì)和個(gè)人網(wǎng)站知識(shí)庫的管理。
二.安裝步驟:
1.安裝前需要確保以下相依組件是否已經(jīng)安裝
yum install gcc-c++
yum install make
yum install expat-devel
yum install perl
yum install curl-devel
yum install libxml2-devel
yum install libjpeg-devel
yum install libpng-devel
yum install freetype-devel
2.由于dokuwiki需要PHP環(huán)境,故要先裝PHP
# yum install epel-release
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
# rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
# yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof
成功了。
# php -v
PHP 5.6.40 (cli) (built: Jul 3 2019 06:59:29)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans
3.dokuwiki還需要Apache服務(wù),故還需裝httpd
yum install httpd
systemctl start httpd
4.然后安裝dokuwiki,dokuwiki是沒有l(wèi)inux和Windows之分,所以安裝的時(shí)候可以自己下載下再導(dǎo)入虛擬機(jī)中,也可以直接執(zhí)行以下命令
#wget -c http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz //下載網(wǎng)站安裝壓縮包
#tar -zvxf dokuwiki-stable.tgz //解包解壓縮
#cp -r dokuwiki-2017-02-19e /var/www/html/wiki //復(fù)制解壓的網(wǎng)站源碼文件到網(wǎng)站根目錄
5.更改httpd.conf
vim /etc/httpd/conf/httpd.conf
將 DocumentRoot 目錄更改到第4步中的dokuwiki路徑下 默認(rèn)為/var/www/html
下面配置作用是對(duì)URL進(jìn)行過濾以保證數(shù)據(jù)安全
Order allow,deny
Deny from all
Satisfy All
6.修改權(quán)限
根據(jù)httpd.conf 中下述兩個(gè)配置值進(jìn)行修改
User apache
Group apache
權(quán)限不修改會(huì)導(dǎo)致下面的訪問頁面報(bào)錯(cuò)
#chown -R apache.apache /var/www/html/wiki//將文件所有者由root用戶
改為apache用戶
7.調(diào)整Apache mime設(shè)定,讓Apache 可以支援 PHP (/etc/mime.types ) ,在配置中加入
application/x-httpd-php php php4 phtml
application/x-httpd-php-source phps
重啟
systemctl restart httpd
8.關(guān)閉防火墻
setenforce 0
systemctl stop firewalld
9.訪問網(wǎng)站ip/wiki/install.php
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。