Files
chat/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/quickstart.md

27 lines
526 B
Markdown
Raw Normal View History

2026-04-25 16:36:34 +08:00
---
sidebar_position: 1
title: 快速开始
---
## 演示环境
演示环境会持续部署最新前端代码和不定期更新后端代码
[https://nightly.paw.msgbyte.com/](https://nightly.paw.msgbyte.com/)
## 部署方式
### Docker/Docker Compose
强烈推荐使用 `docker-compose` 部署 `tailchat`
教程请翻阅: [Docker Compose 部署](./docker-compose.mdx)
### Kubernetes
教程请翻阅: [kubernetes 简易部署](./other-way/kubernetes/simple.md)
## 系统架构
见 [系统架构](../architecture.md)