Skip to content

Files

Latest commit

e00e652 · Apr 29, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 10, 2022
Apr 29, 2025
Oct 2, 2024
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Feb 10, 2022
Apr 20, 2022
Sep 6, 2021
Sep 6, 2021
Apr 20, 2022
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021

MQTT Command Line Interface Documentation

The documentation uses Jekyll as a static site generator.

Setup

In order to get this handbook built or work on it, you'll need rbenv, a version switcher for the ruby programming language and bundler, a package repository for ruby gems.

rbenv

  • MacOS:
    1. Install Homebrew
    2. brew install rbenv ruby-build
    3. rbenv init
  • Linux:
    1. sudo apt install rbenv
    2. rbenv init
  • Windows: Please follow rbenv-win

In the project directory execute: rbenv install

This uses the version that's hard linked in this directory's .ruby-version file. The ruby version is also bumped via the .ruby-version file.

bundler

In the project directory execute:

  1. gem install --user-install bundler
  2. bundle install

Build

  1. bundler exec jekyll serve (add --incremental for incremental and shorter builds)
  2. Open your browser at http://localhost:4000/