|
5 | 5 | Welcome |
6 | 6 | ======= |
7 | 7 |
|
8 | | -Deis is an open source PaaS that makes it easy to deploy LXC Containers and |
9 | | -Chef Nodes used to host applications, databases, middleware and other services. |
10 | | -Deis leverages Chef, Docker and Heroku Buildpacks to provide a private PaaS |
11 | | -that is lightweight and flexible. |
| 8 | +Deis is a Django/Celery API server, Python CLI and set of |
| 9 | +`Chef cookbooks`_ that combine to provide a Heroku-inspired application |
| 10 | +platform for public and private clouds. Your PaaS. Your Rules. |
| 11 | + |
| 12 | +Deis makes it easy to deploy and scale LXC containers and Chef nodes |
| 13 | +used to host applications, databases, middleware and other services. |
| 14 | +Deis leverages Chef, Docker and Heroku Buildpacks to provide a private |
| 15 | +PaaS that is lightweight and flexible. |
12 | 16 |
|
13 | 17 | .. image:: _static/img/deis-graphic.png |
14 | 18 |
|
15 | 19 | If you are new to Deis, you should start with :ref:`Concepts`. |
16 | 20 | Once you've completed :ref:`installation` of your private Deis controller, |
17 | | -you should explore :ref:`usage` of the command-line client |
| 21 | +you should explore :ref:`usage` of the command-line client |
18 | 22 | which is elaborated on in the :ref:`tutorial`. |
19 | 23 |
|
20 | 24 | Want to learn about Deis internals? You'll find complete API documentation |
21 | 25 | in the :ref:`client` and :ref:`server` sections. |
22 | 26 |
|
23 | 27 | Interested in contributing to the Deis project? Check out our |
24 | | -:ref:`Contributor Overview <contributor>` and |
| 28 | +:ref:`Contributor Overview <contributor>` and |
25 | 29 | :ref:`devsetup` instructions. |
| 30 | + |
| 31 | +.. _`Chef cookbooks`: https://github.com/opdemand/deis-cookbook |
0 commit comments