Discuz! Board

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 488|回复: 0

Discuz! X3.4 安装 !!

[复制链接]

19

主题

11

回帖

255

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
255
发表于 2024-5-10 14:04:24 | 显示全部楼层 |阅读模式
1. install dependence
        
        * yum install -y epel-release
        * rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
        * yum install -y php71w php71w-gd php71w-curl php71w-common php71w-cli php71w-mysql php71w-mbstring php71w-fpm php71w-xml php71w-pdo php71w-zip
        * yum install httpd mariadb mariadb-server git -y

2. start service

        * systemctl start httpd
        * systemctl start mariadb
        * systemctl start php-fpm

3. config mariadb

        * mysql_secure_installation
        * all options are set to Y

4. upload discuz!

        * unzip Discuz_X3.4_SC_UTF8_20230520.zip -d Discuz_X3.4_SC_UTF8_20230520
        * cp -r Discuz_X3.4_SC_UTF8_20230520/upload/* /var/www/html/
        * chmod -R 777 /var/www/html

5. enjoy!

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|DiscuzX

GMT+8, 2024-10-7 01:33 , Processed in 0.047961 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表