discuz论坛网站建设步骤 (discuz论坛布置)

云服务器部署论坛系统discuz

1.Logo

discuz论坛游戏插件,discuz论坛后台管理系统

2.安装LAMP

[root@apache ~ ]# yum -y install httpd mariadb-server mariadb php php-mysql gd php-gd wget unzip vim

[root@apache ~]# systemctl start httpd mariadb

[root@apache ~]# systemctl enable httpd mariadb

3.导入discuz网站源码

[root@apache ~]# wget http://download.comsenz.com/DiscuzX/2.5/Discuz_X2.5_SC_UTF8.zip

[root@apache ~]# unzip Discuz_X2.5_SC_UTF8.zip

[root@apache ~]#cp -rf upload/* /var/www/html/

[root@apache ~]#chown -R apache.apache /var/www/html/

4.准备数据库

[root@localhost ~]# mysql

create database discuz ;

\q

[root@localhost ~]#

5.前台安装discuz。打开浏览器,输入服务器IP地址即可。

discuz论坛游戏插件,discuz论坛后台管理系统

discuz论坛游戏插件,discuz论坛后台管理系统

如果当前状态显示为X 即表示文件权限不够,chown chmod

discuz论坛游戏插件,discuz论坛后台管理系统

discuz论坛游戏插件,discuz论坛后台管理系统

discuz论坛游戏插件,discuz论坛后台管理系统

discuz论坛游戏插件,discuz论坛后台管理系统

discuz论坛游戏插件,discuz论坛后台管理系统

6.论坛应用上线完成。欢迎使用论坛功能。发帖交流。