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
#
RunBefore you start, make sure the following dependencies are installed and running in your environment.
- etcd 3.4.0+
$ sudo nohup manager-api -p /usr/local/apisix/dashboard/ &