完善文档

This commit is contained in:
terrfly 2024-03-11 17:14:32 +08:00
parent b577f6bf83
commit afccada0b3

View File

@ -142,10 +142,18 @@ jeepay
将Jeepay作为一个支付模块部署对外提供支付接入能力有支付需求的业务都可以接入使用。
一键安装:
CentOS 安装脚本 推荐Anolis OS 8.8
```lua
yum install -y wget && wget -O install.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/install.sh && sh install.sh
```
Ubuntu 安装脚本 (推荐 Ubuntu 22.04 64位
```lua
apt update && apt-get -y install docker.io && apt-get -y install git && wget -O install.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/install.sh && sh install.sh
```
视频教程:
- 【jeepay开源聚合支付系统一键部署和测试教程】: [https://www.bilibili.com/video/BV17C411Y7EZ/?share_source=copy_web&vd_source=e48f1c20ae2c74b29a0b959a168914f2](https://www.bilibili.com/video/BV17C411Y7EZ/?share_source=copy_web&vd_source=e48f1c20ae2c74b29a0b959a168914f2"教程")
## 项目文档