Skip to content

Commit 6882cf9

Browse files
committed
Update Readme.md
1 parent ceb9ba2 commit 6882cf9

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.md

+24-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
# thingsboard
2-
OpenSource IoT Platform
1+
# Thingsboard
32

4-
![Dashboard](/img/dashboard.gif?raw=true "Real-time Fleet Dashboard")
53

4+
<img src="./img/logo.png?raw=true" width="100" height="100">
65

7-
**Docker usage**
6+
## Introduction
87

9-
**start platfrom using docker:**
8+
Tningsboard is an open-source IoT platform for data collection, processing, visualization, and device management.
9+
10+
![Dashboard](./img/dashboard.gif?raw=true "Real-time Fleet Dashboard")
11+
12+
13+
## Community
14+
15+
16+
## Contribute
17+
18+
19+
## Support
20+
21+
22+
## Docker usage
23+
24+
**start platform using docker:**
1025
- install docker
1126
- cd to 'docker' folder
1227
- create folder for cassandra data directory on your local env (host)
@@ -30,3 +45,7 @@ if you would like to change cassandra port, change it to "9999:9042" for example
3045
- modify .env file to point to the directory created in previous step
3146
- start ./deploy_cassandra_zookeeper.sh script to run cassandra with thingsboard schema and zookeper services
3247
- Start boot class: _org.thingsboard.server.ThingsboardServerApplication_
48+
49+
## Licenses
50+
51+
This project is released under [Apache 2.0 license](./LICENSE).

img/logo.png

6.11 KB
Loading

0 commit comments

Comments
 (0)