Showing
2 changed files
with
24 additions
and
5 deletions
1 | -# thingsboard | ||
2 | -OpenSource IoT Platform | 1 | +# Thingsboard |
3 | 2 | ||
4 | - | ||
5 | 3 | ||
4 | +<img src="./img/logo.png?raw=true" width="100" height="100"> | ||
6 | 5 | ||
7 | -**Docker usage** | 6 | +## Introduction |
8 | 7 | ||
9 | -**start platfrom using docker:** | 8 | +Tningsboard is an open-source IoT platform for data collection, processing, visualization, and device management. |
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | +## Community | ||
14 | + | ||
15 | + | ||
16 | +## Contribute | ||
17 | + | ||
18 | + | ||
19 | +## Support | ||
20 | + | ||
21 | + | ||
22 | +## Docker usage | ||
23 | + | ||
24 | +**start platform using docker:** | ||
10 | - install docker | 25 | - install docker |
11 | - cd to 'docker' folder | 26 | - cd to 'docker' folder |
12 | - create folder for cassandra data directory on your local env (host) | 27 | - 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 | @@ -30,3 +45,7 @@ if you would like to change cassandra port, change it to "9999:9042" for example | ||
30 | - modify .env file to point to the directory created in previous step | 45 | - modify .env file to point to the directory created in previous step |
31 | - start ./deploy_cassandra_zookeeper.sh script to run cassandra with thingsboard schema and zookeper services | 46 | - start ./deploy_cassandra_zookeeper.sh script to run cassandra with thingsboard schema and zookeper services |
32 | - Start boot class: _org.thingsboard.server.ThingsboardServerApplication_ | 47 | - 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
0 → 100644
6.11 KB