# myplatform **Repository Path**: klosszhu_admin/myplatform ## Basic Information - **Project Name**: myplatform - **Description**: Orleans案例。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: Klosszhu - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-09 - **Last Updated**: 2023-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # server ## 一、开始 代码上传。 ``` cd existing_repo git remote add origin http://47.104.175.117:8009/tomorrow/server.git git branch -M main git push -uf origin main ``` ## 二、环境安装 ``` 必须安装: visual studio 2022 mongo ``` ```` 可选安装 redis,mysql,mongo mysql连接远程服务器,可不用安装,本地测试较慢。 mongo需要本地安装。 redis远程服务器。 ```` ## 三、开发平台与架构 ``` .net6.0 Orleans Dotnetty webapi、jwt等等 ``` ## 四、启动方式 ``` 编译:执行项目根目录下 0Build.cmd 顺序启动: 1start Server.cmd 2start GateWays.cmd 3start api.cmd ```