温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

redhat7.2离线安装kong-dashboard

发布时间:2020-07-03 19:49:03 来源:网络 阅读:3200 作者:dressame 栏目:开发技术

https://github.com/PGBI/kong-dashboard

# Pull repository
git clone 
cd kong-dashboard
# Build Kong Dashboard
npm install
# Start Kong Dashboard
npm start
# To start Kong Dashboard on a custom port or with basic auth
npm start -- [-p port] [-a user=password]

在能联网的机器上下载和install完整的kong-dashboard,然后打包上传到离线机器,在离线机器上

cd kong-dashboard

nohup npm start &


如何停止,通过ps查看进程,连个进程都需要kill掉

ps -ef|grep kong-dash

    root     18389 18379  0 15:06 pts/1    00:00:00 node ./bin/kong-dashboard start

    root     18395 18389  0 15:06 pts/1    00:00:00 /opt/deploy/node-v6.10.3-linux-x64/bin/node /opt/deploy/kong-dashboard/lib/server


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI