Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.29 KB

deploy-with-rpm.md

File metadata and controls

40 lines (32 loc) · 1.29 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.4/apisix-dashboard-2.4-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/ &