Manual for installing Cellframe Node in Ubuntu / Debian

Download installation package pub.cellframe.net. Use following command in terminal:

wget https://pub.cellframe.net/linux/cellframe-node/master/<name-of-package.deb>

Install package:

sudo apt install ./<name-of-packadge.deb>

or

sudo dpkg -i <name-of-package.deb>

Warning

When installing via a command dpkg where dependencies are not installed, you may need to manually install dependencies and use following command:

 

sudo apt —fix-broken install

Later, after successful installation the node configuration settings will apper. Configure it according to your requirements. You can also adjust it later using configuration description.