wget -O- http://repo.boatswain.io/boatswain-signing.gpg | sudo apt-key add -
It should have the fingerprint 6C04 E32C FADC CEFA 12CF B232 15AC 74C5 C04A CDA1
apt-key fingerprint C04ACDA1
echo 'deb http://repo.boatswain.io/packages/apt stable main' | sudo tee /etc/apt/sources.list.d/boatswain.list
apt-get update
apt-cache policy boatswain
apt-get install boatswain
You could find your Boatswain account token on the web portal Settings -> Token. Request for an beta account first if you don’t have one yet.
Insert the token at the /etc/boatswain.yml
.
### Please register and get the token from https://app.boatswain.io/
token: token_here
/etc/init.d/boatswain start
systemctl start boatswain