Skip to content

Commit 117b6d2

Browse files
author
Gabriel Monroy
committed
update client readme.rst with updated language
1 parent 6d8f971 commit 117b6d2

1 file changed

Lines changed: 24 additions & 19 deletions

File tree

client/README.rst

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,51 @@ deis
1313
What is Deis?
1414
-------------
1515

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.
2020

2121
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+
2527

2628
Why Deis?
2729
=========
2830

2931
Deploy anything
3032
---------------
3133

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+
3538

3639
Control everything
3740
------------------
3841

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+
4246

4347
Scale effortlessly
4448
------------------
4549

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+
4953

5054
100% Open Source
5155
----------------
5256

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+
5661

5762
Getting Started
5863
---------------

0 commit comments

Comments
 (0)