From 8968697d2a454ada75a7e878ba880013e009a715 Mon Sep 17 00:00:00 2001 From: xzw Date: Thu, 11 Dec 2025 20:44:47 +0800 Subject: [PATCH] fix: fix README and README_zh deploy path --- README.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index feb5cf9e3..dc6ae93e4 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Use the `deploy.sh` script to deploy Himarket, Higress, and Nacos with data init ```bash # Clone repository git clone https://github.com/higress-group/himarket.git -cd himarket/deploy/docker +cd himarket/deploy/docker/scripts # Deploy full stack and initialize ./deploy.sh install @@ -143,7 +143,7 @@ cd himarket/deploy/docker # Service URLs # Admin portal: http://localhost:5174 # Developer portal: http://localhost:5173 -# Backend API: http://localhost:8080 +# Backend API: http://localhost:8081 ``` > For detailed Docker deployment instructions, please refer to [Docker Deployment Guide](./deploy/docker/Docker部署脚本说明.md) @@ -160,7 +160,7 @@ Use the `deploy.sh` script to deploy Himarket to Kubernetes cluster. ```bash # Clone repository git clone https://github.com/higress-group/himarket.git -cd himarket/deploy/helm +cd himarket/deploy/helm/scripts # Deploy full stack and initialize ./deploy.sh install diff --git a/README_zh.md b/README_zh.md index 402c1bfc7..2ad000e8e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -129,7 +129,7 @@ npm run dev ```bash # 克隆项目 git clone https://github.com/higress-group/himarket.git -cd himarket/deploy/docker +cd himarket/deploy/docker/scripts # 部署全栈服务并初始化 ./deploy.sh install @@ -143,7 +143,7 @@ cd himarket/deploy/docker # 服务地址 # 管理后台地址:http://localhost:5174 # 开发者门户地址:http://localhost:5173 -# 后端 API 地址:http://localhost:8080 +# 后端 API 地址:http://localhost:8081 ``` > 详细的 Docker 部署说明请参考 [Docker 部署文档](./deploy/docker/Docker部署脚本说明.md) @@ -160,7 +160,7 @@ cd himarket/deploy/docker ```bash # 克隆项目 git clone https://github.com/higress-group/himarket.git -cd himarket/deploy/helm +cd himarket/deploy/helm/scripts # 部署全栈服务并初始化 ./deploy.sh install