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.3/apisix-dashboard-v2.3-1.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/ &

Last updated