This article is a mirror article of machine translation, please click here to jump to the original article.

View: 13546|Reply: 1

Install Konga admin panel on CentOS

[Copy link]
Posted on 11/30/2018 3:35:22 PM | | | |
Konga is not an official app. It has nothing to do with Kong.

GitHub address:The hyperlink login is visible.

First, you need to install the nodejs environment on the server, and the tutorial is as follows:

CentOS 7 Installation NodeJS Tutorial
https://www.itsvse.com/thread-5912-1-1.html
(Source: Architect_Programmer)

Install git



Installing Konga (0.13.0)

Here you need to useroot to run the npm command, that is, add sudo in front of the npm command, otherwise, some errors may occur.

Launch Konga

Konga is bundled with its own persistence mechanism for storing users and configurations.

Local persistent object repositories are used by default, which is useful as a bundled starter database (The strict warning is for non-production use only)。

The app also supports some of the most popular databases:

MySQL、MongoDB、PostgreSQL
The production environment requires the .env file to be configured, .env_example is a configuration template, please see the author's website for detailed configuration.

After executing the command, the following error may occur:



Uncaught ReferenceError: angular is not defined

Solution:



Then start it again with the npm start command.

Startup completedThe default port is 1337

Management interface

To open the http://ip:1337 management interface, you need to register an account, and you can register it yourself.

Enter the administrator account and password, the following interface will appear, which allows you to set the API address managed by Kong, because my konga ui is on the same server as Kong, we add it directlyThe hyperlink login is visible.Can.



After filling in, the initialization is complete, and the following is the situation of our kong gateway.



(End)





Previous:Geek Wars Children focus on games, not programming
Next:C# intersections, unions, and difference sets of collections
Posted on 8/20/2022 10:04:02 PM |
Learn to learn
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com