Skip to content

Commit ac37791

Browse files
committed
doc(README.md): use standard intro text
1 parent 5c76f19 commit ac37791

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
[![Build Status](https://travis-ci.org/deis/builder.svg?branch=master)](https://travis-ci.org/deis/builder) [![Go Report Card](http://goreportcard.com/badge/deis/builder)](http://goreportcard.com/report/deis/builder)
44

5-
This repository holds the Deis Builder. Builder runs a git server to respond to `git push`es from clients. When it receives a push, it takes the following high level steps:
5+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
6+
applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide
7+
a lightweight, [Heroku-inspired](http://heroku.com) workflow.
8+
9+
## Work in Progress
10+
11+
![Deis Graphic](https://s3-us-west-2.amazonaws.com/get-deis/deis-graphic-small.png)
12+
13+
Deis Builder v2 is changing quickly. Your feedback and participation are more than welcome, but be
14+
aware that this project is considered a work in progress.
15+
16+
# About
17+
18+
This package provides a the Deis Builder, a git server to respond to `git push`es from clients. When it receives a push, it takes the following high level steps:
619

720
1. Accepts the code and writes to the local file system
821
2. Calls `git archive` to produce a tarball (i.e. a `.tar.gz` file) on the local file system

0 commit comments

Comments
 (0)