Skip to content

Commit ca32f94

Browse files
author
Matthew Fisher
committed
Merge pull request #534 from bacongobbler/fixup-readme-template
fix(README): revert template changes
2 parents e82ed43 + 966408b commit ca32f94

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
[![codecov.io](https://codecov.io/github/deis/controller/coverage.svg?branch=master)](https://codecov.io/github/deis/controller?branch=master)
55
[![Docker Repository on Quay](https://quay.io/repository/deisci/controller/status "Docker Repository on Quay")](https://quay.io/repository/deisci/controller)
66

7-
The Controller is the central API server for [Deis Workflow][workflow]. It is installed on a [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own cluster. Below is a non-exhaustive list of things it can do:
7+
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
88

9-
* Create a new application
10-
* Delete an application
11-
* Scale an application
12-
* Configure an application
13-
* Create a new user
9+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
1410

1511
## Beta Status
1612

@@ -22,6 +18,16 @@ The following features are not ready in Beta, but will be coming soon.
2218
- Backup and restore features
2319
- Persistent storage (though it can be manually configured)
2420

21+
# About
22+
23+
The Controller is the central API server for [Deis Workflow][workflow]. It is installed on a [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own cluster. Below is a non-exhaustive list of things it can do:
24+
25+
* Create a new application
26+
* Delete an application
27+
* Scale an application
28+
* Configure an application
29+
* Create a new user
30+
2531
# Development
2632

2733
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.

0 commit comments

Comments
 (0)