Centos配置Discuz

  • Discuz
  • Discuz!论坛系统
  • 在该服务器上部署LNMP架构,然后部署Discuz! 论坛系统,论坛网站根目录为/data/web data;数据库用户名为mysql,管理员信息自定义,实现通过htp:/www.rj.com/discuz能够登录论坛网站后台查看站点系统信息

一、安装mariadb服务

[root@Server01 /]# yum install mariadb-server -y

二、初始化mysql

[root@Server01 /]# systemctl start mariadb.service
[root@Server01 /]# mysql_secure_installation 
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!
In order to log into MariaDB to secure it, we'll need the current
password for the root user.  If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none): 
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
Set root password? [Y/n] y
New password: 
Re-enter new password: 
Password updated successfully!
Reloading privilege tables..
 ... Success!
By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them.  This is intended only for testing, and to make the installation
go a bit smoother.  You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n] 
 ... Success!
Normally, root should only be allowed to connect from 'localhost'.  This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] 
 ... Success!
By default, MariaDB comes with a database named 'test' that anyone can
access.  This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n] 
 - Dropping test database...
 ... Success!
 - Removing privileges on test database...
 ... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n] 
 ... Success!
Cleaning up...
All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!

三、安装apache服务和php并上传discuz

[root@server01 /]# yum install httpd php php-mysql  php-mbstring  -y

四、创建目录

[root@server01 /]# mkdir /data/web_data -p
[root@server01 /]# chmod 777 -R /data/web_data/
[root@server01 /]# unzip Discuz_X3.3_SC_UTF8.zip  
[root@server01 /]# mv upload/* /data/web_data/

五、编辑apache

[root@server01 /]# nano /etc/httpd/conf/httpd.conf  
<VirtualHost *:80>
ServerName www.sdskills.com
DocumentRoot /data/web_data
<Directory /data/web_data>
Require all granted
</Directory>
</VirtualHost>

六、创建数据库表

[root@server01 /]# mysql -u root -p
Enter password:  
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 11
Server version: 5.5.68-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> create database discuz;
Query OK, 1 row affected (0.00 sec)
MariaDB [(none)]>flush priviadge

七、测试

#网页访问ip

您好!要在CentOS 7上安装Discuz,可以按照以下步骤进行操作: 1. 首先,确保您的CentOS 7系统已正确配置并更新。您可以使用以下命令进行更新: ``` sudo yum update ``` 2. 安装必要的软件包和依赖项。运行以下命令来安装所需的软件包: ``` sudo yum install -y wget unzip httpd php php-mysql php-gd php-xml php-ldap php-mbstring ``` 3. 下载并解压Discuz安装包。您可以使用以下命令下载Discuz官方发布的最新版本: ``` wget https://gitee.com/ComsenzDiscuz/DiscuzX/repository/archive/master.zip ``` 4. 解压下载的文件: ``` unzip master.zip ``` 5. 将解压后的文件夹移动到Apache的默认Web目录(一般为`/var/www/html`): ``` sudo mv DiscuzX-master /var/www/html/discuz ``` 6. 授予Apache对Discuz文件的访问权限: ``` sudo chown -R apache:apache /var/www/html/discuz ``` 7. 配置Apache虚拟主机。创建一个新的配置文件`discuz.conf`: ``` sudo nano /etc/httpd/conf.d/discuz.conf ``` 8. 在打开的文件中,将以下内容粘贴并保存: ``` <VirtualHost *:80> ServerName your_domain_or_IP_address DocumentRoot /var/www/html/discuz <Directory /var/www/html/discuz> Options FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog /var/log/httpd/discuz_error.log CustomLog /var/log/httpd/discuz_access.log combined </VirtualHost> ``` 将`your_domain_or_IP_address`替换为您的域名或IP地址。 9. 启用Apache Rewrite 模块: ``` sudo a2enmod rewrite ``` 10. 重新启动Apache服务以使更改生效: ``` sudo systemctl restart httpd ``` 11. 打开Web浏览器并访问 `http://your_domain_or_IP_address/install`,按照安装向导的指示完成Discuz安装过程。 以上是在CentOS 7上安装Discuz的基本步骤。根据您的需求和实际情况,可能需要进行一些额外的配置和调整。希望对您有所帮助!如果您有任何疑问,请随时提问。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

喵神星

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值