zoie 2 сар өмнө
parent
commit
38a9f38600
1 өөрчлөгдсөн 13 нэмэгдсэн , 1 устгасан
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -6,4 +6,16 @@ git config --global url."git@git.baozhida.cn/ERP_libs".insteadOf "http://120.55.
 
 ### 导入本地库
 
-go mod edit -replace git.baozhida.cn/ERP_libs=${Yours_Path}/ERP_libs
+go mod edit -replace git.baozhida.cn/ERP_libs=${Yours_Path}/ERP_libs
+
+
+## 项目部署
+
+### 1、修改配置文件
+conf/app.conf
+
+### 2、打包linux二进制包
+GOOS=linux GOARCH=amd64 go build ERP_project.go
+
+### 3、启动服务
+./ERP_project