whistle Installation

Refer to the official help documentation: https://wproxy.org/whistle/install.html

System: windows10 node: 10.16.0 npm: 6.9.0 whistle: 1.14.6

Installation & Start whistle steps:

1. Install Node

Access https://nodejs.org/   , you can install the LTS version of Node, installed by default.

After installation, type in cmd node -v view the current node version (because I will node to install the d disk, so it is necessary to enter the node installation directory, and then enter the node -v view version)

2. Install the whistle

After the node installation, you can use npm install the whistle. Because the new version of node.js already integrated npm. So we do not have to install npm. You can use npm npm -v view the version.

Npm install command execution whistle, whistle will be installed by default to the C drive

After successful installation, use w2 help view help whistle, but because npm address is installed by default in the C drive, so prompt w2 help command can not be executed.

It is necessary to return to the C drive, perform w2 help, executed successfully.

3. Start whistle

Starting whistle using w2 start.

Stop: w2 stop

Restart: w2 restart

whistle default proxy server: 127.0.0.1 or local ip, port number: 8899

After a successful installation, you can http://127.0.0.1:8899/ enter the monitoring page whistle.

 

Guess you like

Origin www.cnblogs.com/lv-lxz/p/10944765.html