Updated on 28-05-2018
SONM Consumer (Buyer) need following platform components:
SONM Supplier need following components:
sudo curl -s https://packagecloud.io/install/repositories/SONM/core/script.deb.sh | sudo bash
sudo apt-get update
sudo apt-get install sonm-cli
sudo apt-get install sonm-node
sudo apt-get install sonm-worker
sudo apt-get install sonm-optimus
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)