Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Debian Package

Farshid Tavakolizadeh edited this page Jul 4, 2020 · 9 revisions

Download and Installation

  1. Download latest release from github releases
  2. Install:
    sudo dpkg -i thing-directory_<version>_<arch>.deb

Configuration

Configuration files are at /etc/thing-directory:

  • settings.json is the server configuration file
  • wot_td_schema.json is the TD schema

More about configuration

Service handling

The service is enabled during installation and starts automatically after each boot.

You can manage the service with systemctl

  • Start systemctl start thing-directory
  • Stop systemctl stop thing-directory
  • Restart systemctl restart thing-directory
  • Status systemctl status thing-directory
  • Disable systemctl disable thing-directory

Logs

Logs can be queried using journalctl: journalctl -u thing-directory

Clone this wiki locally