Api-gateway服务网关gravitee.io的探索之路(三)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
一.安装gravitee之gateway
去官网上下载最新的zip包,然后放到自己的linux上熟悉的目录,我放在了/usr/local下,然后
unzip 包名
出来三个文件夹。
我们先配置gateway,进入config文件夹,首先映入眼帘的是三个文件,ehcache,gravitee.yml,和logback,我们只需要关注gravitee.yml,
vi gravitee.yml
关键就是两个红色箭头的位置,把mongo和elasticsearch配置好,其它的都是调优和加额外的功能。
http部分是配置apiway的server,也比较常见,他们用的是vertx,tm国外人就是跟国内不一样,确实敢用。
改完了之后进入bin目录 cd ../bin
nohup sh gravitee> run.log &,看着日志就行了,然后ctr+z切出去就好了
jps发现多了一个Bootstrap
好了,gateway搞定
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)