Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.52 KB

deploy-with-rpm.md

File metadata and controls

45 lines (35 loc) · 1.52 KB
title
Deploy with RPM

NOTE: Only support CentOS 7 currently, for more information, please refer to here.

Install from RPM

$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.6/apisix-dashboard-2.6-0.x86_64.rpm

Run

Before you start, make sure the following dependencies are installed and running in your environment.

$ sudo nohup manager-api -p /usr/local/apisix/dashboard/ &

# or manager-api as a service
$ sudo manager-api start -p /usr/local/apisix/dashboard/

Without changing the configuration, visit http://127.0.0.1:9000 to use the dashboard with GUI, where the default username and password are admin.