From 0fc04d948a9caf7e9bf20fad39fb132e4b32e5a5 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 22 Jul 2022 12:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/编译部署文档.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/编译部署文档.md b/bin/编译部署文档.md index 674df2093..16dc57b68 100644 --- a/bin/编译部署文档.md +++ b/bin/编译部署文档.md @@ -1,5 +1,12 @@ ## 梦工厂编译部署文档 +### 梦工厂外网测试服 +1. DB服务:119.3.105.109 账号:root 密码:l2qMQigN4xOA MongoDB和Rides 的地址 + - MongoDB 账号:root 密码:iamciniao + - Rides 密码:kujqweiasd +2. 程序运行服:119.3.89.14 账号:root 密码:l2qMQigN4xOA + + ### 编译项目代码 1. 拉取git仓库代码:git clone http://git.legu.cc/liwei_3d/go_dreamfactory.git 2. 进入 go_dreamfactory 目录 执行:go mod tidy (需要安装golang 版本 go1.18.2以上环境:https://www.jianshu.com/p/35a161738d83)