可参考官方帮助文档:https://wproxy.org/whistle/install.html

系统:windows10   jdk:1.8.0_171    node:10.16.0    npm:6.9.0     whistle:1.14.6

安装&启动whistle步骤:

1.安装Node

访问https://nodejs.org/  ,安装LTS版本的Node即可,默认安装。

安装好后,在cmd中输入node -v查看当前node版本(因为我将node安装到了d盘,所以需要进入node安装目录,再输入node -v查看版本)

whistle安装

2.安装whistle

node安装成功后,可以使用npm安装whistle。因为新版的node.js已经集成了npm。所以我们不用另外安装npm。可以使用npm -v查看npm版本。

whistle安装

执行npm命令安装whistle,默认将whistle安装到了C盘

whistle安装

安装成功后,使用w2 help查看whistle的帮助信息,但因为npm默认安装地址是在C盘,所以提示w2 help命令不能执行。

whistle安装

所以需要回到C盘,执行w2 help,执行成功。

whistle安装

3.启动whistle

使用w2 start启动whistle。

whistle安装

停止:w2 stop

重启:w2 restart

whistle默认代理服务器:127.0.0.1或者本地ip,端口号:8899

安装成功后,可以通过http://127.0.0.1:8899/进入whistle的监控页面。whistle安装

 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-28
  • 2021-06-06
  • 2021-10-11
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2022-01-14
  • 2021-10-15
  • 2021-06-08
  • 2021-12-29
  • 2022-12-23
  • 2021-09-24
相关资源
相似解决方案