学习OpenResty编程
Posted 黄海的编程知识世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了学习OpenResty编程相关的知识,希望对你有一定的参考价值。
1、Windows版本的下载位置
https://github.com/LomoX-Offical/nginx-openresty-windows
Linux下OpenResty的下载和安装
http://www.cnblogs.com/littlehb/p/3645348.html
编程IDE下载:ZeroBraneStudioEduPack-1.60-win32
链接: http://pan.baidu.com/s/1qYNVras 密码: gi89
SftpDrive 1.7.9
链接: http://pan.baidu.com/s/1b6699k 密码: wnnj
2、启动与停止
启动:
start nginx
停止:
taskkill /f /im nginx.exe
启动停止脚本下载:
链接: http://pan.baidu.com/s/1ge7c26B 密码: 3eum
3、跟着开涛一起学习OpenResty
http://jinnianshilongnian.iteye.com/category/333854
以上是关于学习OpenResty编程的主要内容,如果未能解决你的问题,请参考以下文章
Nginx+lua+openresty系列 | 第一篇:openresty介绍