My collection of scripts for concordium on Ubuntu 18.04 LTS. (Might work on other distros using apt packages manager, like Debian.) YMMV - use at your own risk
Install your concordium node, from start to finsih, in 3 simple steps. Takes care of all dependencies and privileges. By default creates a user "concordium" and a tmux session "concordium" to run your node.
- Copy / download script to your server.
- Run the script as root or with sudo.
- Run the script again as "concordium" user.
This script does NOT meddle with your firewall. It does however automatically prepare your node to be accessed from a different computer.
This script produces ./run_concordium_tmux.sh
in the concordium-software directory, which allows you to (re)start your node at any point.