DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

downloaded binary, what's next? #65

Closed phangs closed 4 years ago

phangs commented 4 years ago

Install guide says 1 option is to download the binary release nothing else.

Using it for lucky framework yet lucky dev command says no process manager found

ermolaev commented 4 years ago
curl -L https://github.com/DarthSim/overmind/releases/download/v2.1.0/overmind-v2.1.0-linux-amd64.gz > overmind.gz
gunzip overmind.gz
sudo mv overmind /usr/local/bin
chmod +x /usr/local/bin/overmind

overmind start run processes in your Procfile