0
0

More than 3 years have passed since last update.

AWS EC2 Konga導入

Last updated at Posted at 2020-07-26

環境

Amazon Linux AMI release 2018.03

インストールコマンド

$ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
$ sudo yum install -y nodejs
$ sudo npm install bower gulp sails -g
$ sudo yum install git
$ git clone https://github.com/pantsel/konga.git
$ cd konga
$ npm install
$ cd konga
$ cd config
$ cp -pr local_example.js local.js
$ npm start

起動すると、1338番ポートでGUIサービスが起動します。
セキュリティグループで外部(自分のIP)からTCP/1338番ポートに繋がるようにして、ブラウザからアクセスしましょう。

設定

  • NEW CONNECTION
Name: (任意でユニークな名前)
Kong Admin URL: http://127.0.0.1:8001

参考

aws linuxにnpmを導入する
Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY エラーで詰まった際に、参考にさせていただきました。

KONGの運用を楽にするKONG Admin API用GUI 「KONGA」

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0