Installation
Oneliner:
ssh root@host "bash <(curl -s https://docs.teamshell.com/node-install.sh)"
or if you prefer wget:
ssh root@host "bash <(wget -O - https://docs.teamshell.com/node-install.sh)"
Installation options
DEB package
wget https://storage.yandexcloud.net/teamshell-cli/node/teamshell-node.deb
dpkg -i teamshell-node.deb
systemctl start teamshell-node.service
RPM package
wget https://storage.yandexcloud.net/teamshell-cli/node/teamshell-node.rpm
rpm -Uhv teamshell-node.rpm
systemctl start teamshell-node.service
Docker
docker run -e "NODE_NAME=docker" \
-e "NODE_KEY_PATH=/etc/nodekey.pem" \
-e "NODE_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXX" \
teamshell/node /bin/teamshell node start
Kubernetes
- Look at the guide here
Binary
- Download binary
wget https://storage.yandexcloud.net/teamshell-cli/teamshell_linux
chmod +x teamshell_linux
- Launch:
./teamshell_linux node start -config /etc/teamshell/settings.yaml
Source
Installation from source is not available at the moment.