Skip to content

Commit

Permalink
[doc] update deploy doc (apache#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 authored Oct 30, 2024
1 parent dc9743b commit 50dd262
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions home/docs/start/baota-deploy.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
---
id: baota-deploy
title: Use BaoTa Panel Deploy HertzBeat
sidebar_label: Install via BaoTa
title: Use aaPanel Deploy HertzBeat
sidebar_label: Install via aaPanel
---

Apache HertzBeat (incubating) supports one-click deployment in the `Docker` application store of the BaoTa panel.
Apache HertzBeat (incubating) supports one-click deployment in the `Docker` application store of the aaPanel.

## Prerequisites

Install Baota Panel, go to the [BaoTa Panel Website](https://www.bt.cn/new/index.html), switch the script and install.
Install aaPanel, go to the [aaPanel](https://www.aapanel.com/new/download.html#install), 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.
1. Log in, 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)
![HertzBeat](/img/docs/start/install-to-aapanel-1.png)

2. Find `HertzBeat` in `Docker App Store` and click `Install`
2. Find `HertzBeat` in `One-Click Install` and click `Install`

![HertzBeat](/img/docs/start/install-to-baota-2.png)
![HertzBeat](/img/docs/start/install-to-aapanel-2.png)

3. Config the domain, name and other info, click `OK`
3. Config the domain, name and others, click `OK`

![HertzBeat](/img/docs/start/install-to-baota-3.png)
![HertzBeat](/img/docs/start/install-to-aapanel-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.
4. After submission, the panel will automatically initialize the application, which takes about `1-3` minutes. It can be accessed after the initialization is completed.

## 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.
- If you choose to access via `IP+Port`, please enter the domain name in the browser address bar to access `http://<aaPanelIP>:1157`, you can access the `HertzBeat` console.

![HertzBeat](/img/home/0.png)

Expand Down
2 changes: 1 addition & 1 deletion home/docs/start/docker-compose-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Run the `docker compose version` command to check if you have a Docker Compose e

1. Download the startup script package

Download the installation script package `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz` from the [download](https://github.com/apache/hertzbeat/releases/download/v1.6.0/apache-hertzbeat-1.6.0-incubating-docker-compose.tar.gz)
Download the installation script package `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz` from the [download](/docs/download)

2. Choose to use the HertzBeat + PostgreSQL + VictoriaMetrics solution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sidebar_label: Docker Compose方式安装

1. 下载启动脚本包

[下载地址](https://github.com/apache/hertzbeat/releases/download/v1.6.0/apache-hertzbeat-1.6.0-incubating-docker-compose.tar.gz) 下载安装脚本包 `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz`
[下载地址](/docs/download) 下载安装脚本包 `apache-hertzbeat-xxx-incubating-docker-compose.tar.gz`

2. 选择使用 HertzBeat + PostgreSQL + VictoriaMetrics 方案

Expand Down
1 change: 0 additions & 1 deletion home/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"items": [
"start/victoria-metrics-init",
"start/iotdb-init",
"start/tdengine-init",
"start/influxdb-init",
"start/postgresql-change",
"start/mysql-change"
Expand Down
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.

0 comments on commit 50dd262

Please sign in to comment.