You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you don’t want to deploy but use it directly, we provide [SAAS Monitoring Cloud-TanCloud](https://console.tancloud.cn), **[Log In And Register For Free](https://console.tancloud.cn)**.
53
+
- If you don’t want to deploy but use it directly, we provide [SAAS Monitoring Cloud-TanCloud](https://console.tancloud.cn), **[Log In And Register For Free](https://console.tancloud.cn)**.
65
54
- If you want to deploy HertzBeat local, please refer to the following [Deployment Documentation](https://hertzbeat.com/docs/start/quickstart) for operation.
66
55
67
56
### 🐵 Dependency Service Deployment
@@ -74,21 +63,21 @@ Running HertzBeat in [OSCR.COM](https://osrc.com) Open Source Runtime Community
74
63
2. Create database names `hertzbeat`
75
64
3. Run the database sql script [schema.sql](https://gitee.com/dromara/hertzbeat/raw/master/script/sql/schema.sql) located in the project repository `/script/sql/` directory.
76
65
77
-
For detailed steps, refer to [MYSQL Installation And Initialization](https://hertzbeat.com/docs/start/mysql-init)
66
+
For detailed steps, refer to [MYSQL Install And Init](https://hertzbeat.com/docs/start/mysql-init)
78
67
79
68
##### Install TDengine
80
69
1. Install TDengine with docker
81
70
`docker run -d -p 6030-6049:6030-6049 -p 6030-6049:6030-6049/udp --name tdengine tdengine/tdengine:2.4.0.12`
82
71
2. Create database names `hertzbeat`
83
72
84
-
For detailed steps, refer to [TDengine Installation And Initialization](https://hertzbeat.com/docs/start/tdengine-init).
73
+
For detailed steps, refer to [TDengine Install And Init](https://hertzbeat.com/docs/start/tdengine-init).
85
74
86
75
### 🍞 Install HertzBeat
87
76
88
77
> HertzBeat supports installation through source code, docker or package.
89
78
90
79
##### 1:Install quickly via docker
91
-
`docker run -d -p 1157:1157 -v /opt/application.yml:/opt/hertzbeat/config/application.yml --name hertzbeat tancloud/hertzbeat:[版本tag]`
80
+
`docker run -d -p 1157:1157 -v /opt/application.yml:/opt/hertzbeat/config/application.yml --name hertzbeat tancloud/hertzbeat:[version]`
92
81
93
82
Detailed steps refer to [Install HertzBeat via Docker](https://hertzbeat.com/docs/start/docker-deploy)
94
83
@@ -98,11 +87,11 @@ Detailed steps refer to [Install HertzBeat via Docker](https://hertzbeat.com/doc
98
87
3. Run shell `$ ./startup.sh `
99
88
4. Access `localhost:1157` to start, default account: `admin/hertzbeat`
100
89
101
-
Detailed steps refer to [Install HertzBeat via package](https://hertzbeat.com/docs/start/package-deploy)
90
+
Detailed steps refer to [Install HertzBeat via Package](https://hertzbeat.com/docs/start/package-deploy)
102
91
103
92
##### 3:Start via source code
104
93
1. Local source code debugging needs to start the back-end project manager and the front-end project web-app.
105
-
2. Backend:need `maven3+`, `java8+`, start the manager service.
94
+
2. Backend:need `maven3+`, `java8+`, `lombok`, start the manager service.
106
95
3. Web:need `nodejs npm angular-cli` environment, Run `ng serve --open` in `web-app` directory after backend startup.
107
96
4. Access `localhost:4200` to start, default account: `admin/hertzbeat`
108
97
@@ -112,13 +101,14 @@ Detailed steps refer to [CONTRIBUTING](CONTRIBUTING.md)
112
101
113
102
Install and deploy the mysql database, tdengine database and hertzbeat at one time through [docker-compose deployment script](script/docker-compose).
114
103
115
-
Detailed steps refer to [docker-compose install](script/docker-compose/README.md)
104
+
Detailed steps refer to [Install via Docker-Compose](script/docker-compose/README.md)
116
105
117
106
**HAVE FUN**
118
107
119
108
## ✨ Contributors
120
109
121
-
Thanks these wonderful people, welcome to join us:
110
+
Thanks these wonderful people, welcome to join us:
111
+
[CONTRIBUTING](CONTRIBUTING.md)
122
112
123
113
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
124
114
<!-- prettier-ignore-start -->
@@ -138,6 +128,7 @@ Thanks these wonderful people, welcome to join us:
0 commit comments