Skip to content

Commit

Permalink
docs: added download page.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jun 11, 2013
1 parent 261ea0d commit 744f3fe
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/download.rst
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
.. ===============
..

0 comments on commit 744f3fe

Please sign in to comment.