|
|
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:
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 programmingNext:C# intersections, unions, and difference sets of collections
|