mysql5.7 nts_Discuzq! 本地下载安装! windows+Nginx+php7.3.4nts+mysql5.7

本文介绍了如何在本地使用PHPStudy(小皮)V8.1集成环境安装Discuzq!,包括下载、配置Nginx和MySQL5.7,以及安装步骤和相关设置。
摘要由CSDN通过智能技术生成

Discuzq!内测阶段,本地下载安装

由于想在线上按照discuzq!进行测试,玩一玩,没想到mysql版本达不到,暂且无法升级,所以线下下载安装

集成环境(PHPStudy(小皮)V8.1)

安装之前请先安装composer

按照下图进行,安装前请配置好PHPStudy(小皮)V8.1,php环境变量

discuzq!本地下载截图

ad4ffb6dae29ce50e313c34aba05d366.png

网站->管理>网站首页设置:index.html index.php error/index.html

配置文件(discuzq.com_80.conf):

server {

listen 80;

server_name discuzq.com;

root "G:/phpstudy_pro/WWW/discuz/public";

#PHP-INFO-START PHP引用配置,可以注释或修改

#include enable-php-74.conf;

#PHP-INFO-END

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;

add_header X-Frame-Options "SAMEORIGIN";

add_header X-XSS-Protection "1; mode=block";

add_header X-Content-Type-Options "nosniff";

index index.html index.php index.htm default.php default.htm default.html;

location /install {

try_files $uri $uri/ /index.php?$query_string;

}

location /api {

try_files $uri $uri/ /index.php?$query_string;

}

location / {

try_files $uri $uri/ /index.html;

}

location = /favicon.ico { access_log off; log_not_found off; }

location = /robots.txt { access_log off; log_not_found off; }

error_page 404 /index.php;

#一键申请SSL证书验证目录相关设置

location ~ .well-known{

allow all;

}

location ~ .php(.*)$ {

fastcgi_pass 127.0.0.1:9000;

fastcgi_index index.php;

fastcgi_split_path_info ^((?U).+.php)(/?.+)$;

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

fastcgi_param PATH_INFO $fastcgi_path_info;

fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;

include fastcgi_params;

}

}

本地安装discuzq,输入相关信息进行安装

0e9592bea121cf8431a8bc0bedbc3eab.png

discuzq!本地安装成功

50adaab8aa1374b3b8179e3c757e6c75.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值