From 253196e000e74ae32622bd45355ae44d6da38f8f Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 18 Jul 2023 15:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=AF=B4=E6=98=8E=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.md b/deploy.md index 24b2613da..83a038787 100644 --- a/deploy.md +++ b/deploy.md @@ -16,9 +16,9 @@ ## Steps -### 1. 克隆稳定版本仓库 +### 1. 克隆本地版本仓库(去掉了邮箱和手机号验证码) ``` -git clone -b standalone https://git.trustie.net/jasder/forgeplus.git +git clone -b dev_local_v1 https://gitlink.org.cn/Gitlink/forgeplus.git ``` ### 2. 安装依赖包 @@ -54,7 +54,7 @@ default: &default ### 4. 配置gitea服务(可选) **如需要部署自己的gitea平台,请参考gitea官方平台:https://docs.gitea.io/zh-cn/install-from-binary/** -**因目前gitea平台api受限,暂时推荐从forge平台获取gitea部署文件进行部署:https://forgeplus.trustie.net/projects/Trustie/gitea-binary** +**因目前gitea平台api受限,暂时推荐从forge平台获取gitea部署文件进行部署:https://gitlink.org.cn/Gitlink/gitea-binary** #### 配置gitea服务步骤 1. 部署gitea服务,并注册root账户 @@ -93,7 +93,7 @@ rails db:migrate RAILS_ENV=development ### 9. clone前端代码 **将前端代码克隆到public/react目录下,目录结构应该是: public/react/build** ```bash -git clone -b standalone https://git.trustie.net/jasder/build.git +git clone -b dev_local_v1 https://gitlink.org.cn/Gitlink/build.git ``` ### 10. 启动redis(此处已mac系统为例)