Skip to content

Commit

Permalink
docs: add bt deployment document
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Sep 3, 2024
1 parent 7c902ca commit 37333c5
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 4 deletions.
4 changes: 4 additions & 0 deletions website/docs/deployment/other-way/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Install with other ways",
"position": 5
}
10 changes: 10 additions & 0 deletions website/docs/deployment/other-way/bt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 3
title: Install with BT
---

:::info
This document is only available for Chinese.
:::

If you are chinese user, and wanna install Tailchat with bt, please learn more with switch language to chinese and read it.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Kubernetes",
"position": 5
"position": 2
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 1
title: Manual Deployment
---

Expand Down
6 changes: 6 additions & 0 deletions website/i18n/zh-Hans/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,11 @@
},
"Bot and Open Platform": {
"message": "机器人与开放平台"
},
"Join Tailchat Group": {
"message": "加入 Tailchat 群组"
},
"Join Discord": {
"message": "加入 Discord"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
"sidebar.tutorialSidebar.category.Open App": {
"message": "开放平台应用",
"description": "The label for category Open App in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Install with other ways": {
"message": "使用其他方式安装",
"description": "The label for category Install with other ways in sidebar tutorialSidebar"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
sidebar_position: 3
title: 使用宝塔安装
---

:::info
Tailchat 已上架宝塔应用商店,你可以在应用商店中一键安装Tailchat

宝塔服务器面板,一键全能部署及管理: [https://www.bt.cn](https://www.bt.cn/u/P0shD8)
:::

## 安装宝塔

如果您已经有宝塔服务器,直接登录宝塔面板,跳过本节内容即可。

![](./assets/bt-logo.jpg)

点击以上链接跳转到宝塔官网,查看如何在你的服务器安装宝塔

## 在应用商店安装

登录到宝塔面板,在侧边栏点击 `docker` 菜单

![](./assets/bt1.png)

在应用商店中搜索 Tailchat,点击安装按钮

![](./assets/bt2.png)

如果使用的是ip,请勾选`允许外部访问`。端口默认为11000

![](./assets/bt3.png)

点击确定,需要等待一段时间,等待时间主要取决于服务器网络

![](./assets/bt4.png)

等待一段时间后,显示完成后在浏览器打开 `http://<your-ip>:11000`

![](./assets/bt5.png)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Kubernetes",
"position": 5
"position": 2
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 1
title: 手动部署
---

Expand Down

0 comments on commit 37333c5

Please sign in to comment.