Skip to content

Instantly share code, notes, and snippets.

@alancnet
Created November 26, 2015 04:40
Show Gist options
  • Save alancnet/a186c29dbbd5ba919fd8 to your computer and use it in GitHub Desktop.
Save alancnet/a186c29dbbd5ba919fd8 to your computer and use it in GitHub Desktop.
How to install shipyard and nodes
Deploy manager:
curl -sSL http://test.shipyard-project.com/deploy | bash -s
Deploy nodes:
curl -sSL http://test.shipyard-project.com/deploy | ACTION=node DISCOVERY=etcd://<IP-OF-SHIPYARD>:4001 bash -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment