lith 4 years ago
parent
commit
d7e2f3abf7

+ 8 - 8
dotnet/Doc/HowToRun.md

@@ -1,15 +1,15 @@
 # How To Run Sers
 # How To Run Sers
 
 
-可部署到Linux(centos7或ubuntu) 或Windows。
-务必先运行服务中心(ServiceCenter)
->运行环境 [netcore2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1) 
+鍙�儴缃插埌Linux(centos7鎴杣buntu) 鎴朩indows銆�
+鍔″繀鍏堣繍琛屾湇鍔′腑蹇冿紙ServiceCenter锛�
+>杩愯�鐜�� [netcore2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1) 
 
 
-[windows点我下载netcore2.1 runtime](https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe)
+[windows鐐规垜涓嬭浇netcore2.1 runtime](https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe)
 
 
-# 运行步骤
+# 杩愯�姝ラ�
 
 
-   (x.1)下载[程序文件](https://raw.githubusercontent.com/sersms/Sers_NetCore_HelloWorld_Publish/master/Sers/20190306/netapp(190306002).zip)
+   (x.1)涓嬭浇[绋嬪簭鏂囦欢](https://raw.githubusercontent.com/serset/Sers_NetCore_HelloWorld_Publish/master/Sers/20190306/netapp(190306002).zip)
    
    
-   (x.2) 解压zip文件,windows系统双击Startup-All.bat,Linux执行Startup-All.bash中的命令即可。
+   (x.2) 瑙e帇zip鏂囦欢锛寃indows绯荤粺鍙屽嚮Startup-All.bat锛孡inux鎵ц�Startup-All.bash涓�殑鍛戒护鍗冲彲銆�
    
    
-   (x.3) 打开服务治理导航页面 [http://localhost:6022/index.html](http://localhost:6022/index.html)
+   (x.3) 鎵撳紑鏈嶅姟娌荤悊瀵艰埅椤甸潰 [http://localhost:6022/index.html](http://localhost:6022/index.html)

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/demo_robot/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/demo_sersall/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/demo_station/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/gateway/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/gover/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 1 - 1
dotnet/Doc/PublishFile/SersDocker/docker制作镜像Sers/servicecenter/Dockerfile

@@ -1,2 +1,2 @@
-FROM sersms/dotnet:2.1
+FROM serset/dotnet:2.1
 COPY root /root
 COPY root /root

+ 3 - 3
dotnet/ServiceStation/Demo/Serslot/Did.Serslot.HelloWorld/Doc/Serslot之HelloWorld.md

@@ -3,7 +3,7 @@
 
 
 ------------
 ------------
 
 
-Sers提供了3种c#接入的方式(用户亦可自定义接入),Serslot是对net core2.1 web api的原生支持。无需修改原有web api代码结构,修改3处地方(仅一处代码)即可无缝接入。[点我查看源码](https://github.com/serset/sersms.github.io/tree/master/code/SerslotDemo2.1.1.250)。[点我下载源码](https://sersms.github.io/file/demo/SerslotDemo2.1.1.250.zip)。
+Sers提供了3种c#接入的方式(用户亦可自定义接入),Serslot是对net core2.1 web api的原生支持。无需修改原有web api代码结构,修改3处地方(仅一处代码)即可无缝接入。[点我查看源码](https://github.com/serset/serset.github.io/tree/master/code/SerslotDemo2.1.1.250)。[点我下载源码](https://serset.github.io/file/demo/SerslotDemo2.1.1.250.zip)。
 
 
 ## 1.添加nuget包引用
 ## 1.添加nuget包引用
 >编辑csproj文件,添加如下代码,通过nuget安装Serslot
 >编辑csproj文件,添加如下代码,通过nuget安装Serslot
@@ -96,8 +96,8 @@ namespace SerslotDemo
 
 
 ## 4.运行服务中心
 ## 4.运行服务中心
 如果是在windows环境中,可以直接下载服务中心程序然后运行。
 如果是在windows环境中,可以直接下载服务中心程序然后运行。
-下载[服务中心程序文件](https://sersms.github.io/file/Sers/Sers2.1.1.250/SersPublish2.1.1.250.zip),解压,双击文件夹中的批处理文件“01 ServiceCenter.bat”即可。
->服务中心是用net core编写的,请先安装[netcore2.1运行环境](https://sersms.github.io/?md/解析Sers微服务/0.1windows安装netcore2.1运行环境.md)。
+下载[服务中心程序文件](https://serset.github.io/file/Sers/Sers2.1.1.250/SersPublish2.1.1.250.zip),解压,双击文件夹中的批处理文件“01 ServiceCenter.bat”即可。
+>服务中心是用net core编写的,请先安装[netcore2.1运行环境](https://serset.github.io/?md/解析Sers微服务/0.1windows安装netcore2.1运行环境.md)。
 
 
 控制台有如下类似输出则代表服务中心启动成功。
 控制台有如下类似输出则代表服务中心启动成功。
 ```
 ```