From afccada0b345bb9f5c7fc74e328d156200f9dbda Mon Sep 17 00:00:00 2001 From: terrfly Date: Mon, 11 Mar 2024 17:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f209d9b..a50d167 100644 --- a/README.md +++ b/README.md @@ -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"教程") ## 项目文档