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

Debian Package

Philip Schell edited this page Jun 16, 2020 · 9 revisions

Debian Package

Download and Installation

  • Download latest release from github https://github.com/linksmart/thing-directory/releases
  • Install with sudo dpkg -i thing-directory_v1.0.0-beta.14_amd64.deb
  • Copy the configfile from example to the real one cp /etc/thing-directory/settings.json.example /etc/thing-directory/settings.json and customise it.

Configuration

Config files are at /etc/thing-directory. You will find settings.json here, also you find the wot_td_schema.json

More about configuration

Service handling

The service is activated during installation, but not starts automatically.
You can start and stop the service with systemctl

  • Starting systemctl start thing-directory.service
  • Stopping systemctl stop thing-directory.service
  • Restart systemctl restart thing-directory.service
  • Status systemctl status thing-directory.service

Logfiles

The output of stdout is piped to /dev/null, and the output of stderr is visible with journalctl -u thing-directory

Clone this wiki locally