qq3028236701 发表于 2020-11-28 02:03:41

手动搭建 Discuz! 论坛

一、搭建LAMP环境

[*]安装软件(Apache、MariaDB、PHP)
yum install httpd php php-fpm php-mysql mariadb mariadb-server -y 2.启动服务
systemctl start httpdsystemctl start mariadbsystemctl start php-fpm 3.安装后首次启动mariadb设置
mysql_secure_installation 4.登录 MariaDB,并输入 步骤3 设置的密码
mysql -u root -p 5.为确认和保证环境搭建成功,我们在/var/www/html/下新建一个test.php
vi /var/www/html/test.php内容为:6.浏览器访问测试:服务器IP/test.php出现如下画面
https://p1.pstatp.com/large/pgc-image/7f138f730aa44ed9a2e2a9e322012ff8test.php
7.下载 Discuz!
wget http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_UTF8.zip 8.解压安装包
unzip Discuz_X3.2_SC_UTF8.zip 9.将解压后的 “upload” 文件夹下的所有文件复制到 /var/www/html/
cp -r upload/* /var/www/html/ 10.将写入权限给其它用户
chmod -R 777 /var/www/html 11.安装 Discuz!
在web浏览器中输入服务器IP,会提示 Discuz!安装向导。如下图:
https://p3.pstatp.com/large/pgc-image/fc6e3997d6db407aa1709acbd89db2d7安装向导
12.单“击我同意”
https://p9.pstatp.com/large/pgc-image/50421bf391ca4df58fc73618b8550d86安装步骤一
13.确认安装环境后单击“下一步”如下图:
https://p1.pstatp.com/large/pgc-image/6f6b84ce30ec45f9b6a0f456319907c2安装步骤二
14.选择全新安装单击“下一步”如下图
https://p9.pstatp.com/large/pgc-image/ba4f832f5d1040ecaf8fee4d43be372b安装步骤三
15.按照步骤填写完成后单击“下一步”如下图:
https://p1.pstatp.com/large/pgc-image/23c26475429a466592eb503c8747dd6e安装步骤四
16.安装无误后点击“您的论坛已完成安装,点此访问”如下图
https://p1.pstatp.com/large/pgc-image/f92b13d6327f48b8b7408e0127b26cfa点击访问
17.主页如下图:
https://p3.pstatp.com/large/pgc-image/69d0a3f4dfbf49ad96b2125349138d2c
安装完成,自己慢慢捣鼓吧。

经典 发表于 2020-11-28 02:14:10

你配的有些地址失效了。其实直接用虚拟主机更合适新手。直接下载后FTP上传即可。

立森影像LESU 发表于 2020-11-28 02:25:56

这东西能干啥

LH4206 发表于 2020-11-28 02:47:51

转发了

A随行付POS机_赵 发表于 2020-11-28 02:51:45

转发了
页: [1]
查看完整版本: 手动搭建 Discuz! 论坛