Browse Source

📚 docs(README): 添加部署选项,介绍单体服务与微服务的部署方案。

pull/1048/head
feijie 1 year ago
parent
commit
4534bad4c9
  1. 13
      README.en.md
  2. 13
      README.md

13
README.en.md

@ -10,6 +10,19 @@ This is a [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) -based Abp
[![Build](https://github.com/colinin/abp-next-admin/actions/workflows/build.yml/badge.svg)](https://github.com/colinin/abp-next-admin/actions/workflows/build.yml)
## Deployment Options
### Monolithic Service Deployment
If you don't need a microservices architecture, you can choose the monolithic service deployment option. Monolithic services are characterized by simple deployment and easy maintenance.
- [Monolithic Service Startup Guide](./docs/startup-aio-readme.en.md)
- [单体服务启动说明](./docs/startup-aio-readme.md)
### Microservices Deployment
If you need higher scalability and a more flexible service architecture, you can choose the microservices deployment option.
## Quick Start
### 0、Configurate hosts

13
README.md

@ -1,4 +1,3 @@
[English](./README.en.md) | 简体中文
[更新说明](./RELEASE.md) 更新说明
@ -11,6 +10,18 @@
[![Build](https://github.com/colinin/abp-next-admin/actions/workflows/build.yml/badge.svg)](https://github.com/colinin/abp-next-admin/actions/workflows/build.yml)
## 部署方案
### 单体服务部署
如果您不需要微服务架构,可以选择单体服务部署方案。单体服务具有部署简单、维护方便的特点。
- [单体服务启动说明](./docs/startup-aio-readme.md)
- [Monolithic Service Startup Guide](./docs/startup-aio-readme.en.md)
### 微服务部署
如果您需要更高的可扩展性和更灵活的服务架构,可以选择微服务部署方案。
## 快速搭建微服务启动项目

Loading…
Cancel
Save