Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down
Loading