Install Overmind for Linux¶
Overmind works with tmux, so you need to install it first:
sudo apt-get install tmux
See the list of recent releases and pick the latest one.
Install it to /usr/local/bin
:
- Download linux-amd64.gz (e.g. overmind-v2.2.0-linux-amd64.gz)
- Decompile the gzip file (
gunzip < overmind-v2.2.0-linux-amd64.gz > overmind
) - Move it to
/usr/local/bin
- Make it executable:
chmod +x /usr/local/bin/overmind