centos 6.7搭建Discuz!X3.3论坛记录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 6.7搭建Discuz!X3.3论坛记录相关的知识,希望对你有一定的参考价值。

  1. 最小化安装系统

  2. 优化系统关闭防火墙等

  3. 安装mysql

  4. 安装php7.0.14 开启GD库   开启OPcache

  5. 安装论坛


1.2参见我的百度经验不详述

3.安装mysql

yum -y install mysql mysql-server mysql-devel

4.安装PHP7.0.14 开启GD库   开启OPcache

更新源

rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm


安装php7.0.14 GD OPcache支持

yum -y install php70w php70w-opcache php70w-mysql php70w-gd


修改附件尺寸为20M

sed -i ‘s#upload_max_filesize = 2M#upload_max_filesize = 20M#g‘ /etc/php.ini


将mysqld httpd服务加入开机启动

chkconfig mysqld on

chkconfig httpd on


启动mysqld http服务

service mysqld restart

service httpd restart


5.安装论坛

cd /var/www/html

wget wget http://download.comsenz.com/DiscuzX/3.3/Discuz_X3.3_SC_GBK.zip

解压

unzip Discuz_X3.3_SC_GBK.zip

进入WEB页面,访问http://ip/upload

利用向导安装至结束(注意数据库密码为空).


本文出自 “AirSky学习Linux” 博客,转载请与作者联系!

以上是关于centos 6.7搭建Discuz!X3.3论坛记录的主要内容,如果未能解决你的问题,请参考以下文章

在CentOS 6.7部署wordpress博客系统Discuz论坛系统

centos搭建discuz论坛

centos7 LAMP+Discuz搭建自己的论坛

搭建 Discuz 论坛

CentOS 7 搭建 LNMP 架构详细过程 + Discuz 论坛安装 (手工编译)

CentOS 7中的httpd-2.4和CentOS 6中的httpd-2.2搭建wordpress博客系统和Discuz!论坛系统