centos6.4 x64 安装phpmyfaq

Note: There is a file embedded within this post, please visit this post to download the file.

安装环境:centos 6.4 x64,mysql,php

可能需要安装以下php模块扩展ext/jsonext/xmlwriterext/filter

Here are the steps I took:$ yum install php-devel$ yum install php-pear$ yum install gcc$ yum install php-pecl-json or pear install pecl/json

$ cd /etc/php.d$ echo “extension=json.so” > json.ini$ /etc/rc.d/init.d/httpd restart

After that phpinfo() would output

json support enabledjson version 1.2.1

yum -y install php-xml

解压phpmyfaq-2.8.2.tar.gz并且移动到/var/www/html/目录下cd /var/www/html/phpmyfaqmkdir attachmentsmkdir datamkdir images

chown -R apache.apache /var/www/html/phpmyfaq/

mysql -u root -pcreate database phpmyfaq;

解压phpmyfaq-2.8.2.tar.gz并且

http://IP/phpmyfaq/install

centos6.4 x64 安装phpmyfaq

相关文章:

你感兴趣的文章:

标签云: