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:
SONM Supplier need following components:
wget {package download URL}
sudo dpkg -i {package filename}
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)