Skip to content

Commit 41718ff

Browse files
author
Gabriel Monroy
committed
moar readme
1 parent 0db163e commit 41718ff

1 file changed

Lines changed: 37 additions & 5 deletions

File tree

README.md

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,41 @@
1-
deis
2-
====
1+
# Deis
32

4-
Deis is an open source application platform for private and public clouds.
5-
Your PaaS. Your Rules.
3+
Deis is a Django/Celery API server, Python CLI and set of [Chef cookbooks](https://github.com/opdemand/deis-cookbook) that combine to provide a Heroku-inspired application platform for public and private clouds. Your PaaS. Your Rules.
64

7-
Current status:
85
[![Build Status](https://travis-ci.org/opdemand/deis.png)](https://travis-ci.org/opdemand/deis)
96
[![Coverage Status](https://coveralls.io/repos/opdemand/deis/badge.png?branch=master)](https://coveralls.io/r/opdemand/deis?branch=master)
7+
8+
## What is Deis?
9+
Deis is an open source PaaS that 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.Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java, Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy *anything* using Heroku Buildpacks, pre-built Docker images or Chef recipes. Deis can be deployed to any cloud provider, although only EC2 is currently supported.## Why Deis?##### Deploy anything
10+
11+
Deploy a wide range of languages and frameworks with a simple "git push" using [Heroku Buildpacks](https://devcenter.heroku.com/articles/buildpacks) or [Dockerfiles](http://docs.docker.io/en/latest/use/builder/). Use custom Chef layers to deploy databases, middleware and other add-on services.
12+
##### Control everything
13+
Choose your hosting providers. Define a "formation" with custom proxy and runtime layers. Scale nodes and containers independently. Manage the entire platform with a private Deis controller.
14+
##### Scale effortlessly
15+
Scale nodes and containers with a single command. Provisioning is transparent, container formations are rebalanced automatically and proxies are updated to re-route traffic without downtime.
16+
##### 100% Open Source
17+
Free, transparent and easily customized. Join the open-source PaaS and DevOps community by using Deis and complimentary projects like Docker, Chef and Heroku Buildpacks.## Getting Started
18+
Coming Soon!
19+
20+
## Credits
21+
22+
Deis rests on the shoulders of leading open source technologies:
23+
24+
* [Chef](http://www.opscode.com/)
25+
* [Docker](http://www.docker.io/)
26+
* [Django](https://www.djangoproject.com/)
27+
* [Celery](http://www.celeryproject.org/)
28+
* [Heroku](https://devcenter.heroku.com/articles/buildpacks)
29+
* [Buildstep](https://github.com/progrium/buildstep)
30+
* [Gitosis](https://github.com/opdemand/gitosis)
31+
32+
## License and Authors
33+
34+
- Author:: Gabriel Monroy <gabriel@opdemand.com>
35+
- Author:: Matt Boersma <matt@opdemand.com>
36+
37+
Copyright 2013, OpDemand LLC
38+
39+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
40+
41+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)