redis官网:https://redis.io/html
windows版本免安装redis下载连接:https://github.com/MSOpenTech/redis/releasesnginx
nginx官网:http://nginx.org/git
windows版本免安装redis下载连接:http://nginx.org/en/download.htmlgithub
注意:
若是直接双击nginx.exe,会致使修改配置后重启、中止nginx无效,须要手动关闭任务管理器内的全部nginx进程
在nginx.exe目录,打开命令行工具,用命令启动/关闭/重启nginx
启动:start nginx
从新加载配置:nginx -s reload
从新打开日志文件:nginx -s reopen
测试nginx配置文件是否正确:nginx -t -c conf/nginx.conf
关闭nginx:
nginx -s stop(快速中止nginx)
nginx -s quit(有序中止nginx)redis
zookeeper官网:http://zookeeper.apache.org/apache
windows版本免安装zookeeper下载连接:http://mirrors.shu.edu.cn/apache/zookeeper/stable/windows