redhat7.2离线安装kong-dashboard

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redhat7.2离线安装kong-dashboard相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

redhat7.2离线安装kong-dashboard

RedHat7.2安装oracle 12c

Linux系统虚拟机管理及redhat7.2的安装

kvm+pxe+kickstart自动化安装redhat7.2

Redhat7.2下安装oracle12.2.0全记录——配置数据库

redhat7.2解决yum安装 mysql-server没有可用包的问题