Skip to content

Commit ecfef5b

Browse files
idbetajuzhiyuanLiteSun
authored
docs: add readme for install Apache APISIX Dashboard with RPM package (#1273)
* docs: add readme for install Apache APISIX Dashboard with RPM package. * fixed typo * use a new file to have detailed * fixed typo * Update deploy-with-rpm.md * Update deploy-with-rpm.md * Update docs/deploy-with-rpm.md Co-authored-by: litesun <sunyi@apache.org> Co-authored-by: 琚致远 <juzhiyuan@apache.org> Co-authored-by: litesun <sunyi@apache.org>
1 parent 1385fc2 commit ecfef5b

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Support the following ways currently.
7373

7474
- [Source Codes](./docs/deploy.md)
7575
- [Docker](./docs/deploy-with-docker.md)
76+
- [RPM package(only for CentOS 7)](./docs/deploy-with-rpm.md)
7677

7778
## Development
7879

docs/deploy-with-rpm.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
```

0 commit comments

Comments
 (0)