Commit 6882cf962b0f805bddc204b1d74a8521269f8b1e

Authored by Igor Kulikov
1 parent ceb9ba27

Update Readme.md

Showing 2 changed files with 24 additions and 5 deletions
1   -# thingsboard
2   -OpenSource IoT Platform
  1 +# Thingsboard
3 2
4   -![Dashboard](/img/dashboard.gif?raw=true "Real-time Fleet Dashboard")
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 +![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:**
10 25 - install docker
11 26 - cd to 'docker' folder
12 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 45 - modify .env file to point to the directory created in previous step
31 46 - start ./deploy_cassandra_zookeeper.sh script to run cassandra with thingsboard schema and zookeper services
32 47 - Start boot class: _org.thingsboard.server.ThingsboardServerApplication_
  48 +
  49 +## Licenses
  50 +
  51 +This project is released under [Apache 2.0 license](./LICENSE).
\ No newline at end of file
... ...

6.11 KB