当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 21 Fork 8

1024编程实验室/sodevel-wnmp
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
启动全部.bat 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
1024编程实验室 提交于 2018-09-19 20:33 . auto open 127.0.0.1
@echo off
set base_path=%cd%
set nginx_path=%base_path%\nginx-1.14.0
set php_path=%base_path%\php-7.1.17
set php5_path=%base_path%\php-5.6.36
set mysql_path=%base_path%\mysql-5.6.40-winx64
echo Starting PHP FastCGI...
RunHiddenConsole %php_path%\php-cgi.exe -b 127.0.0.1:9000 -c %php_path%\php.ini
echo Starting PHP5 FastCGI...
RunHiddenConsole %php5_path%\php5-cgi.exe -b 127.0.0.1:9001 -c %php5_path%\php.ini
echo Starting nginx...
RunHiddenConsole %nginx_path%\nginx.exe -c %nginx_path%\conf\nginx.conf
echo Starting MySql...
RunHiddenConsole %mysql_path%\bin\mysqld --defaults-file=%mysql_path%\my.ini --port=3306
echo please open http://127.0.0.1 ...
ping -n 3 127.0.0.1 > nul
start iexplore "http://127.0.0.1/phpmyadmin"
exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sodevel/sodevel-wnmp.git
git@gitee.com:sodevel/sodevel-wnmp.git
sodevel
sodevel-wnmp
sodevel-wnmp
master

搜索帮助