Requirements Apache, PHP version 5.6 or later, PHP GD extension
dokuwiki ver. stable → https://download.dokuwiki.org/out/dokuwiki-fe7e3047b438b17bbea3d72dfca8504d.tgz
0. 준비단계
yum install wget
yum install make
1. PHP 설치
yum install libxml2-devel
yum install libjpeg-devel
yum install libpng-devel
yum install freetype-devel
yum install bison
yum install flex
ln -s /usr/lib64/libjpeg.so /usr/lib/
ln -s /usr/lib64/libpng.so /usr/lib/
./configure --prefix=/usr/local/server/php \
--with-apxs2=/usr/local/server/apache/bin/apxs \
--with-mysql=/usr/local/server/mysql \
--with-config-file-path=/usr/local/server/apache/conf \
--disable-debug \
--enable-safe-mode \
--enable-track-vars \
--enable-sockets \
--with-mod_charset \
--with-charset=utf8 \
--with-xml \
--with-language=korean \
--enable-mailparse \
--enable-calender \
--enable-sysvsem=yes \
--enable-sysvshm=yes \
--enable-ftp \
--enable-magic-quotes \
--enable-gd-native-ttf \
--enable-url-includes \
--enable-trans-id \
--enable-inline-optimization \
--enable-bcmath \
--with-jpeg \
--with-png \
--with-zlib \
--with-jpeg-dir=/usr \
--with-png-dir=/usr/lib \
--with-freetype-dir=/usr \
--with-libxml-dir=/usr \
--enable-exif \
--with-gd \
--with-ttf \
--with-gettext \
--enable-sigchild \
--enable-mbstring
wget https://www.php.net/distributions/php-7.3.5.tar.gz
tar xfvz php-7.3.5.tar.gz
2. dokuwiki 설치
wget https://download.dokuwiki.org/out/dokuwiki-fe7e3047b438b17bbea3d72dfca8504d.tgz
mv -f https://download.dokuwiki.org/out/dokuwiki-fe7e3047b438b17bbea3d72dfca8504d.tgz /var/www/html
tar xfvz wordpress-3.8.1-ko_KR.tar.gz
'Linux' 카테고리의 다른 글
워드프레스 설치 ver.3.7.1 (http://wordpress.org/) (0) | 2013.12.07 |
---|---|
[기타] c0 생성후, 라우팅테이블 상태 (0) | 2013.11.17 |
GuestOS 설치시 참고 (CentOS, 파티션설정부분) (0) | 2013.11.02 |
xe 설치 (0) | 2013.10.28 |
sentry 설치 (0) | 2013.10.28 |