AlexStocks commented on code in PR #337:
URL: https://github.com/apache/dubbo-go-samples/pull/337#discussion_r870320174


##########
apisix/README.md:
##########
@@ -0,0 +1,139 @@
+# apisix整合dubbo-go
+
+
+
+**[Demo地址](https://github.com/limerence-code/apisix-dubbo-go.git)**
+
+## 环境准备
+
+1. Linux
+2. docker
+3. docker-compose
+
+本文以 **Ubuntu 22.04 LTS** , **docker 20.10.14**,  **docker-compose v2.2.2** 为例
+
+## 依赖
+
+1. apisix  
+2. apisix-dashboard 
+3. etcd  
+4. helloword  
+5. nacos  
+
+### apisix 
+
+apisix服务端
+
+### apisix-dashboard (可选)
+
+apisix控制台,提供可视化控制
+
+### etcd
+
+apisix的注册中心
+
+### helloworld
+
+dubbo-go的测试demo
+
+### nacos
+
+用于注册dubbo-go服务,供apisix网关调用
+
+## 启动
+
+### 创建docker network
+
+```shell
+docker network create default_network
+```
+
+创建default_network,服务指定该网络;方便服务之间进行通讯
+
+### 依次启动服务
+
+按顺序启动 **etcd** 、**apisix** 、  **nacos**  、 **helloworld** 命令 **docker-compose 
up --build -d**
+
+如果需要通过控制台进行协议路由配置则可以启动 **apisix-dashboard** 本文介绍的是通过http直接控制,因此无需启动

Review Comment:
   HTTP 大写,加上半角空格



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to