Skip to content

Instantly share code, notes, and snippets.

@sou
Created February 3, 2014 10:12
Show Gist options
  • Save sou/8781376 to your computer and use it in GitHub Desktop.
Save sou/8781376 to your computer and use it in GitHub Desktop.
install serf decentralized orchestration tool
#!/bin/sh
wget https://dl.bintray.com/mitchellh/serf/0.4.0_linux_amd64.zip
unzip 0.4.0_linux_amd64.zip
sudo mv serf /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment