60 lines
1.9 KiB
Markdown
60 lines
1.9 KiB
Markdown
先登录root账号, 新建仓库
|
|
然后本地关联仓库
|
|
touch README.md
|
|
git init
|
|
git add README.md
|
|
git commit -m "first commit"
|
|
git remote add origin http://118.178.224.202:3000/ewide/WorkOrderSys.git
|
|
git push -u origin master
|
|
仓库设置->协作组增加Developer
|
|
本地提交测试是否关联
|
|
|
|
git submodule add <repository> [<path>] 增加子模块
|
|
git submodule add http://118.178.224.202:3000/ewide/ewide_core framework
|
|
初始化子模块中的子模块
|
|
git submodule update --init
|
|
切换到framework目录 创建分支
|
|
cd .....\framework
|
|
git branch zsxt_nbzs_h5
|
|
查看所有分支
|
|
git branch -a
|
|
切换到新建的分支
|
|
git checkout zsxt_nbzs_h5
|
|
推送新的分支
|
|
打开项目vs,增加类库
|
|
递归克隆
|
|
git clone --recursive http://118.178.224.202:3000/ewide/zsxt_nbzs_h5.git
|
|
|
|
回调:
|
|
app:
|
|
https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs
|
|
|
|
PC:
|
|
https://puser.zjzwfw.gov.cn/sso/newusp.do?action=ssoLogin&servicecode=fwzs
|
|
|
|
https://puser.zjzwfw.gov.cn/sso/newusp.do?action=ssoLogin&servicecode=fwzs&goto=http://183.136.157.9:7099/#/index
|
|
|
|
https://appapi.zjzwfw.gov.cn/sso/servlet/simpleauth?method=ticketValidation&servicecode=fwzs
|
|
|
|
https://juejin.cn/post/7005871168733315085
|
|
|
|
开发平台
|
|
http://op.zjzwfw.gov.cn/mobile/documents/technology/17111022678
|
|
|
|
https://op-irs.zj.gov.cn/mobile/dev/app/management/serverList
|
|
|
|
工单系统
|
|
https://zjgd.zjzwfw.gov.cn/backstage/index
|
|
|
|
接入流程
|
|
https://odynww.yuque.com/docs/share/525e3e8a-ad52-421b-90da-2d76808e3050#PzmJW
|
|
|
|
代码git
|
|
http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
|
|
|
|
https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2001833218/reserved/index.html#/?1=1&ticket=
|
|
|
|
部署命令
|
|
dotnet DockerRelease.dll --urls=http://*:9001 --ip="127.0.0.1" --port=9001
|
|
dotnet DockerRelease.dll --urls=http://*:9002 --ip="127.0.0.1" --port=9003
|
|
dotnet DockerRelease.dll --urls=http://*:9003 --ip="127.0.0.1" --port=9003 |