首页 > 其他 > 详细

redhat7.2离线安装kong-dashboard

时间:2017-05-10 17:46:46      阅读:609      评论:0      收藏:0      [点我收藏+]

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


本文出自 “记笔记” 博客,请务必保留此出处http://dressame.blog.51cto.com/12551541/1924132

redhat7.2离线安装kong-dashboard

原文:http://dressame.blog.51cto.com/12551541/1924132

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!