- 首先需要安装Node.js,可以从官网下载对应版本:https://nodejs.org/en/download/
- 下载Prometheus Manager Web的源代码,可以从Github获取:https://github.com/prometheus-community/prom-label-proxy
- 进入项目根目录,在命令行中运行以下命令安装依赖:
npm install
- 然后运行以下命令启动Prometheus Manager Web:
npm start
- 访问 http://localhost:3000 即可访问Prometheus Manager Web。