.. 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. +++++++++++++ Documentation +++++++++++++ What is Tsuru? -------------- Tsuru is an open source polyglot cloud application platform (paas). With tsuru, you don’t need to think about servers at all. You can write apps in the programming language of your choice, back it with add-on resources such as SQL and NoSQL databases, memcached, redis, and many others. You manage your app using the tsuru command-line tool and you deploy code using the Git revision control system, all running on the tsuru infrastructure. Learn more in :doc:`Tsuru's Overview ` or check out our :doc:`FAQ `. * :doc:`Build your own PaaS with Tsuru ` * :doc:`Deploy your application on Tsuru ` * :doc:`Provide services on Tsuru ` More documentation ------------------ For tsuru users +++++++++++++++ * :doc:`clients installation guide ` * :doc:`tsuru client usage guide ` * :doc:`using services ` * :doc:`building your application ` For tsuru ops +++++++++++++ * :doc:`build your own PaaS using juju ` * :doc:`build your own PaaS using docker ` * :doc:`tsuru configuration ` * :doc:`backing up tsuru ` * :doc:`tsuru api reference ` * :doc:`building your service tutorial ` * :doc:`crane usage guide ` * :doc:`tsuru services api workflow ` Contributions and Feedback ++++++++++++++++++++++++++ * :doc:`how to contribute ` * :doc:`coding style ` * :doc:`setting up your tsuru development environment ` * :doc:`community ` .. toctree:: :hidden: :glob: * */* */*/*