mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
029c967a10
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://jpom.io/" target="_blank">
|
||||
<img src="https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/jpom_logo.jpg" width="400" alt="logo">
|
||||
<img src="https://images.gitee.com/uploads/images/2020/0506/122643_601ae3bf_804942.jpeg" width="400" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
@ -78,12 +78,22 @@
|
||||
|
||||
```
|
||||
yum install -y wget && wget -O install.sh https://keepbx.gitee.io/jpom/install.sh && bash install.sh Server
|
||||
|
||||
备用地址
|
||||
|
||||
yum install -y wget && wget -O install.sh https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom/docs/install.sh && bash install.sh Server
|
||||
|
||||
```
|
||||
|
||||
#### 插件端
|
||||
|
||||
```
|
||||
yum install -y wget && wget -O install.sh https://keepbx.gitee.io/jpom/install.sh && bash install.sh Agent
|
||||
|
||||
备用地址
|
||||
|
||||
yum install -y wget && wget -O install.sh https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom/docs/install.sh && bash install.sh Agent
|
||||
|
||||
```
|
||||
>特别提醒:一键安装的时候注意执行命令不可在同一目录下,即Server端和Agent端不可安装在同一目录下
|
||||
### 下载安装
|
||||
|
Loading…
Reference in New Issue
Block a user