|
1 | 1 | :title: Welcome to the Deis documentation |
2 | 2 | :description: An overview of the Deis documentation |
3 | | -:keywords: deis, cloud, heroku |
| 3 | +:keywords: api, commandline, command-line, contributing, faq, terms, tutorial, deis, docker, heroku |
4 | 4 |
|
5 | | -Welcome |
6 | | -======= |
| 5 | +Documentation |
| 6 | +============= |
7 | 7 |
|
8 | 8 | .. image:: https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png |
9 | 9 |
|
10 | | -What is Deis? |
11 | | -------------- |
12 | 10 |
|
13 | 11 | ``deis`` is an open source PaaS that makes it easy to deploy |
14 | | -:ref:`container_def`\s and :ref:`node_def`\s used to host applications, |
| 12 | +:ref:`container`\s and :ref:`node`\s used to host applications, |
15 | 13 | databases, middleware and other services. Deis leverages Chef, Docker and |
16 | 14 | Heroku Buildpacks to provide a private PaaS that is lightweight and flexible. |
| 15 | +For more about ``deis``, check our :ref:`faq`. |
17 | 16 |
|
18 | | -Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java, |
19 | | -Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy |
20 | | -*anything* using Heroku Buildpacks, Docker images, or Chef recipes. Deis is |
21 | | -designed to work with any cloud provider, although only EC2 is currently |
22 | | -supported. |
| 17 | +If you are new to ``deis``, start with the :ref:`tutorial`. The :ref:`tutorial` |
| 18 | +also references the :ref:`installation` guide. |
| 19 | + |
| 20 | +Once you have set up a ``deis controller``, you will use the |
| 21 | +``deis`` **command-line client** to create an app, push your code, and |
| 22 | +scale your own cloud resources. ``deis --help`` is very helpful, but we |
| 23 | +also have a :ref:`cheatsheet` with examples of usage. |
| 24 | + |
| 25 | +If you find a bug in ``deis``, please report it to the project at |
| 26 | +https://github.com/opdemand/deis/issues |
| 27 | + |
| 28 | +Developers who want to use ``deis`` should browse the :ref:`api`. Then |
| 29 | +fork the open source deis repository and enjoy the freedom of your own |
| 30 | +private PaaS. The ``deis`` project won't ignore pull requests; please help |
| 31 | +us improve. |
0 commit comments