File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Support the following ways currently.
73
73
74
74
- [ Source Codes] ( ./docs/deploy.md )
75
75
- [ Docker] ( ./docs/deploy-with-docker.md )
76
+ - [ RPM package(only for CentOS 7)] ( ./docs/deploy-with-rpm.md )
76
77
77
78
## Development
78
79
Original file line number Diff line number Diff line change
1
+ <!--
2
+ #
3
+ # Licensed to the Apache Software Foundation (ASF) under one or more
4
+ # contributor license agreements. See the NOTICE file distributed with
5
+ # this work for additional information regarding copyright ownership.
6
+ # The ASF licenses this file to You under the Apache License, Version 2.0
7
+ # (the "License"); you may not use this file except in compliance with
8
+ # the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+ -->
19
+
20
+ # Deploy with RPM
21
+
22
+ ** NOTE:** Only support CentOS 7 currently, for more information, please refer to [ here] ( ./deploy.md ) .
23
+
24
+ ## Install from RPM
25
+
26
+ ``` sh
27
+ $ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.3/apisix-dashboard-v2.3-1.x86_64.rpm
28
+ ```
29
+
30
+ ## Run
31
+
32
+ Before you start, make sure the following dependencies are installed and running in your environment.
33
+
34
+ - [ etcd] ( https://etcd.io/docs/v3.4.0/dl-build/ ) 3.4.0+
35
+
36
+ ``` sh
37
+ $ sudo nohup manager-api -p /usr/local/apisix/dashboard/ &
38
+ ```
You can’t perform that action at this time.
0 commit comments