forked from apache/hertzbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] add baota extern install doc (apache#2768)
Signed-off-by: tomsun28 <[email protected]>
- Loading branch information
Showing
13 changed files
with
120 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: baota-deploy | ||
title: Use BaoTa Panel Deploy HertzBeat | ||
sidebar_label: Install via BaoTa | ||
--- | ||
|
||
Apache HertzBeat (incubating) supports one-click deployment in the `Docker` application store of the BaoTa panel. | ||
|
||
## Prerequisites | ||
|
||
Install Baota Panel, go to the [BaoTa Panel Website](https://www.bt.cn/new/index.html), switch the script and install. | ||
|
||
## Install | ||
|
||
1. Log in to the Baota Panel, click `Docker` menu and install the `Docker` `Docker Compose` according the prompts. | ||
|
||
> Install the Docker service, skip if it already exists. | ||
![HertzBeat](/img/docs/start/install-to-baota-1.png) | ||
|
||
2. Find `HertzBeat` in `Docker App Store` and click `Install` | ||
|
||
![HertzBeat](/img/docs/start/install-to-baota-2.png) | ||
|
||
3. Config the domain, name and other info, click `OK` | ||
|
||
![HertzBeat](/img/docs/start/install-to-baota-3.png) | ||
- Name: App name, default the `HertzBeat-random` | ||
- Version:Default `latest` | ||
- Domain:Config if you need domain access, please configure the domain name here and resolve the domain name to the server | ||
- Allow External Access:If you need to access directly through `IP+Port`, please check it. If you have already set the domain name, please do not check here | ||
- Port:Default `1157` | ||
|
||
4. After submission, the panel will automatically initialize the application, which takes about `1-3` minutes. After the initialization is completed, you can access it. | ||
|
||
## Access HertzBeat | ||
|
||
- If you have set a domain name, please enter the domain name directly in the browser address bar to access, such as `http://demo.hertzbeat.apache.org`, you can access the `HertzBeat` console. | ||
- If you choose to access via `IP+Port`, please enter the domain name in the browser address bar to access `http://<Baota Panel IP>:1157`, you can access the `HertzBeat` console. | ||
|
||
![HertzBeat](/img/home/0.png) | ||
|
||
> Default account username: `admin` password: `hertzbeat` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/baota-deploy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
id: baota-deploy | ||
title: 使用 宝塔面板 部署 HertzBeat | ||
sidebar_label: 基于宝塔面板部署 | ||
--- | ||
|
||
Apache HertzBeat (incubating) 支持在宝塔面板的 `Docker` 应用商店一键部署。 | ||
|
||
## 前提 | ||
|
||
安装宝塔面板,前往[宝塔面板](https://www.bt.cn/new/index.html)官网,选择对应的脚本下载安装。 | ||
|
||
## 部署 | ||
|
||
1. 登录宝塔面板,在菜单栏中点击 `Docker`,根据提示安装 `Docker` 和 `Docker Compose` 服务。 | ||
|
||
> 在宝塔面板安装 Docker 服务,若已有则跳过。 | ||
![HertzBeat](/img/docs/start/install-to-baota-1.png) | ||
|
||
2. 在`Docker-应用商店`中找到 `HertzBeat`,点击`安装` | ||
|
||
![HertzBeat](/img/docs/start/install-to-baota-2.png) | ||
|
||
3. 设置域名等基本信息,点击`确定` | ||
|
||
![HertzBeat](/img/docs/start/install-to-baota-3.png) | ||
|
||
- 名称:应用名称,默认`HertzBeat-随机字符` | ||
- 版本选择:默认`latest` | ||
- 域名:如需通过域名直接访问,请在此配置域名并将域名解析到服务器 | ||
- 允许外部访问:如您需通过`IP+Port`直接访问,请勾选,如您已经设置了域名,请不要勾选此处 | ||
- 端口:默认`1157`,可自行修改 | ||
|
||
4. 提交后面板会自动进行应用初始化,大概需要`1-3`分钟,初始化完成后即可访问。 | ||
|
||
## 访问 HertzBeat | ||
|
||
- 如您设置了域名,请直接在浏览器地址栏中输入域名访问,如`http://demo.hertzbeat.apache.org`,即可访问 `HertzBeat` 控制台。 | ||
- 如您选择了通过`IP+Port`访问,请在浏览器地址栏中输入域名访问 `http://<宝塔面板IP>:1157`,即可访问 `HertzBeat` 控制台。 | ||
|
||
![HertzBeat](/img/home/0.png) | ||
|
||
> 默认用户名`admin`默认密码`hertzbeat` |
2 changes: 1 addition & 1 deletion
2
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/rainbond-deploy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.