|
13 | 13 | What is Deis? |
14 | 14 | ------------- |
15 | 15 |
|
16 | | -Deis is an open source *Platform-as-a-Service* (PaaS) inspired by Heroku that |
17 | | -makes it easy to deploy and scale LXC containers used to host applications, |
18 | | -databases, middleware and other services. Deis leverages Docker, Chef and |
19 | | -Heroku Buildpacks to provide a private PaaS that is lightweight and flexible. |
| 16 | +Deis is an open source PaaS that makes it easy to deploy and scale LXC |
| 17 | +containers and Chef nodes used to host applications, databases, middleware |
| 18 | +and other services. Deis leverages Chef, Docker and Heroku Buildpacks to |
| 19 | +provide a private PaaS that is lightweight and flexible. |
20 | 20 |
|
21 | 21 | Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java, |
22 | | -Clojure, PHP, Dart and Go. However, Deis can deploy *anything* using Heroku |
23 | | -Buildpacks or pre-built Docker images. Containers can be deployed to any |
24 | | -cloud provider, although only EC2 is currently supported. |
| 22 | +Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy |
| 23 | +anything using Heroku Buildpacks, Docker images or Chef recipes. Deis is |
| 24 | +designed to work with any cloud provider, although only EC2 is currently |
| 25 | +supported. |
| 26 | + |
25 | 27 |
|
26 | 28 | Why Deis? |
27 | 29 | ========= |
28 | 30 |
|
29 | 31 | Deploy anything |
30 | 32 | --------------- |
31 | 33 |
|
32 | | -Leverage Heroku Buildpacks to deploy a wide range of languages and frameworks |
33 | | -with a simple "git push" or create custom Docker images to deploy pre-built |
34 | | -apps, databases and other services. |
| 34 | +Deploy a wide range of languages and frameworks with a simple git push |
| 35 | +using Heroku Buildpacks or Dockerfiles. Use custom Chef layers to deploy |
| 36 | +databases, middleware and other add-on services. |
| 37 | + |
35 | 38 |
|
36 | 39 | Control everything |
37 | 40 | ------------------ |
38 | 41 |
|
39 | | -Choose your hosting providers. Define your application formations. Scale |
40 | | -nodes and containers independently. Control your routing layer. Manage the |
41 | | -entire platform with a private Deis controller. |
| 42 | +Choose your hosting provider configuration. Define a formation with your |
| 43 | +own proxy and runtime layers. Retain full root access to every node. |
| 44 | +Manage your platform with a private Deis controller. |
| 45 | + |
42 | 46 |
|
43 | 47 | Scale effortlessly |
44 | 48 | ------------------ |
45 | 49 |
|
46 | | -Scale nodes, containers and proxies with a single command. Node provisioning is |
47 | | -transparent, container formations are rebalanced automatically and proxies are |
48 | | -updated to re-route traffic without downtime. |
| 50 | +Scale nodes and containers with a single command. Node provisioning, |
| 51 | +container balancing and proxy reconfiguration are completely automated. |
| 52 | + |
49 | 53 |
|
50 | 54 | 100% Open Source |
51 | 55 | ---------------- |
52 | 56 |
|
53 | | -Free, transparent and easily customized. Join the open-source PaaS and DevOps |
54 | | -community by using Deis and complimentary projects like Docker, Chef and |
55 | | -Heroku Buildpacks. |
| 57 | +Free, transparent and easily customized. Join the open-source PaaS |
| 58 | +and DevOps community by using Deis and complimentary projects like |
| 59 | +Docker, Chef and Heroku Buildpacks. |
| 60 | + |
56 | 61 |
|
57 | 62 | Getting Started |
58 | 63 | --------------- |
|
0 commit comments