Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
add technical description to welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Aug 5, 2013
1 parent e0270a2 commit 6d8f971
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,27 @@
Welcome
=======

Deis is an open source PaaS that makes it easy to deploy LXC Containers and
Chef Nodes used to host applications, databases, middleware and other services.
Deis leverages Chef, Docker and Heroku Buildpacks to provide a private PaaS
that is lightweight and flexible.
Deis is a Django/Celery API server, Python CLI and set of
`Chef cookbooks`_ that combine to provide a Heroku-inspired application
platform for public and private clouds. Your PaaS. Your Rules.

Deis makes it easy to deploy and scale LXC containers and Chef nodes
used to host applications, databases, middleware and other services.
Deis leverages Chef, Docker and Heroku Buildpacks to provide a private
PaaS that is lightweight and flexible.

.. image:: _static/img/deis-graphic.png

If you are new to Deis, you should start with :ref:`Concepts`.
Once you've completed :ref:`installation` of your private Deis controller,
you should explore :ref:`usage` of the command-line client
you should explore :ref:`usage` of the command-line client
which is elaborated on in the :ref:`tutorial`.

Want to learn about Deis internals? You'll find complete API documentation
in the :ref:`client` and :ref:`server` sections.

Interested in contributing to the Deis project? Check out our
:ref:`Contributor Overview <contributor>` and
:ref:`Contributor Overview <contributor>` and
:ref:`devsetup` instructions.

.. _`Chef cookbooks`: https://github.com/opdemand/deis-cookbook

0 comments on commit 6d8f971

Please sign in to comment.