搭建Discuz论坛

1:安装 http mariadb* php php-mysql

yum install httpd mariadb* php php-mysql

2:配置数据库文件

vi /etc/my.cnf
tcp 3306

3:重启mariadb

systemctl restart mariadb

4:创建数据库访问密码

mysql_secure_installation
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
​
Set root password? [Y/n] 
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] y
 ... 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] y
 ... 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] y
 - 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] y
 ... Success!
​
Cleaning up...
​
All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.

5:登录mysql数据库

mysql -uroot -p123456
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 10
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)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
+--------------------+
3 rows in set (0.00 sec)
​
MariaDB [(none)]> exit
Bye

6:安装vsftpd服务

yum install vsftpd

7:配置vsftpd文件

vi /etc/vsftpd/vsftpd.conf
anon_ upload_ enable=YES

8:切换到var/ftp目录

cd /var/ftp
ls

9:给pub全部权限

chmod 777 pub

10:重启vsftpd

systemctl restart vsftpd

11:拖动压缩包到ftp地址栏的文件pub里

12:切换到/var/ftp/pub/ ls查看是否传输成功

cd /var/ftp/pub/
ls

13:把解压包复制到/var/www/html/

cp Discuz_X3.2_SC_UTF8.zip  /var/www/html/

14:切换到/var/www/html目录 查看是否复制成功

cd /var/www/html/
ls

15:安装解压软件

yum install -y unzip

16:解压压缩包

unzip Discuz_X3.2_SC_UTF8.zip  -d /var/www/html/

17:将/var/www/html/移动upload目录下

mv upload/* /var/www/html

18:重启httpd服务

systemctl restart httpd

19:赋予config data uc_client uc_server目录下的文件所有权限

chmod -R 777 config data uc_client uc_server

20:输入IP地址搭建的论坛

....................................................

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值