Install from DEB packages

Updated on 28-05-2018

We recommend to use our auto-install script to perform SONM installation to the PC.

SONM Consumer (Buyer) need following platform components:

  • CLI
  • Node

SONM Supplier need following components:

  • CLI
  • Node
  • Worker
  • Optimus (auto-seller bot, optional)
  1. Download packages from SONM Repository for your OS: wget {package download URL}
  2. Install packages: sudo dpkg -i {package filename}
  3. Configure SONM components

NOTE Configuration files location:

  • CLI: ~/.sonm/cli.yaml
  • other components: /etc/sonm

Node, Worker and Optimus are installing as system services and running on OS boot. You may reboot your system to run SONM components for the first time, or start them manually: sudo service sonm-node start (for example).

You may see logs with journalctl -fu sonm-node command (for example)