forked from tsuru/tsuru
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
261ea0d
commit 744f3fe
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
.. Copyright 2013 tsuru authors. All rights reserved. | ||
Use of this source code is governed by a BSD-style | ||
license that can be found in the LICENSE file. | ||
.. meta:: | ||
:description: Download | ||
:keywords: paas, cloud computing, tsuru, download | ||
|
||
++++++++ | ||
Download | ||
++++++++ | ||
|
||
Client binaries | ||
=============== | ||
|
||
tsuru clients are also distributed in binary version, so you can just download | ||
an executable and put them somewhere in your ``PATH``. | ||
|
||
It's important to note that all binaries are platform dependent. Currently, we | ||
provide each of them in three flavors: | ||
|
||
#. **darwin_amd64**: This is Mac OS X, 64 bits. Make sure the command ``uname -ms`` | ||
prints "Darwin x86_64", otherwise this binary will not work in your system; | ||
#. **linux_386**: This is Linux, 32 bits. Make sure the command ``uname -ms`` | ||
prints "Linux x86", otherwise this binary will not work in your system; | ||
#. **linux_amd64**: This is Linux, 64 bits. Make sure the command ``uname -ms`` | ||
prints "Linux x86_64", otherwise this binary will not work in your system. | ||
|
||
Below are the links to the binaries, you can just download, extract the archive | ||
and put the binary somewhere in your PATH: | ||
|
||
**darwin_amd64** | ||
|
||
* tsuru: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-darwin-amd64.tar.gz | ||
* tsuru-admin: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-admin-darwin-amd64.tar.gz | ||
* crane: https://s3.amazonaws.com/tsuru/dist-cmd/crane-darwin-amd64.tar.gz | ||
|
||
**linux_386** | ||
|
||
* tsuru: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-linux-386.tar.gz | ||
* tsuru-admin: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-admin-linux-386.tar.gz | ||
* crane: https://s3.amazonaws.com/tsuru/dist-cmd/crane-linux-386.tar.gz | ||
|
||
**linux_amd64** | ||
|
||
* tsuru: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-linux-amd64.tar.gz | ||
* tsuru-admin: https://s3.amazonaws.com/tsuru/dist-cmd/tsuru-admin-linux-amd64.tar.gz | ||
* crane: https://s3.amazonaws.com/tsuru/dist-cmd/crane-linux-amd64.tar.gz | ||
|
||
.. Server binaries | ||
.. =============== | ||
.. |