thingsboard.github.io

(β˜… 147)

Documentation repository

Showing a partial file list β€” download the zip above to see everything.

  • .gitignore
  • 404.md
  • _config.yml
  • _config_dev.yml
  • _headers
  • _redirects
  • asset-management.md
  • CNAME
  • Gemfile
  • Gemfile.lock
  • ISSUE_TEMPLATE.md
  • LICENSE
  • Makefile
  • NOTICE
  • OWNERS
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/thingsboard/thingsboard.github.io

Downloads the entire project code from GitHub to your computer.

cd thingsboard.github.io

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install ruby-full build-essential zlib1g-dev git

Installs directly from the APT package repository (Debian/Ubuntu-based).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Ruby

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
sudo bundle install

Installs the Ruby libraries listed in the Gemfile.

bundle exec jekyll serve --host 0.0.0.0

Type this command into your terminal and run it.

βœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

4. Make

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make

Compiles the code based on the generated build configuration to produce an executable.

βœ… If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation