You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
**Deis Workflow** is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications.
12
12
13
-
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deisthree/deis](https://github.com/deisthree/deis).
13
+
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deis/deis](https://github.com/deis/deis).
14
14
15
15
To **get started** with **Deis Workflow** please read the [Quick Start Guide](https://deis.com/docs/workflow/quickstart/).
16
16
@@ -20,22 +20,22 @@ This repository contains the source code for Deis Workflow documentation. If you
20
20
21
21
Please see below for links and descriptions of each component:
22
22
23
-
-[controller](https://github.com/deisthree/controller) - Workflow API server
24
-
-[builder](https://github.com/deisthree/builder) - Git server and source-to-image component
25
-
-[dockerbuilder](https://github.com/deisthree/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
26
-
-[slugbuilder](https://github.com/deisthree/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
27
-
-[slugrunner](https://github.com/deisthree/slugrunner) - The runner for slug/buildpack based applications
28
-
-[fluentd](https://github.com/deisthree/fluentd) - Backend log shipping mechanism for `deis logs`
29
-
-[postgres](https://github.com/deisthree/postgres) - The central database
30
-
-[registry](https://github.com/deisthree/registry) - The Docker registry
31
-
-[logger](https://github.com/deisthree/logger) - The (in-memory) log buffer for `deis logs`
32
-
-[monitor](https://github.com/deisthree/monitor) - The platform monitoring components
33
-
-[router](https://github.com/deisthree/router) - The HTTP/s edge router
34
-
-[minio](https://github.com/deisthree/minio) - The in-cluster, ephemeral, development-only object storage system
-[workflow-e2e](https://github.com/deisthree/workflow-e2e) - End-to-end tests for the entire platform
38
-
-[workflow-manager](https://github.com/deisthree/workflow-manager) - Manage, inspect, and debug a Workflow cluster
23
+
-[controller](https://github.com/teamhephy/controller) - Workflow API server
24
+
-[builder](https://github.com/teamhephy/builder) - Git server and source-to-image component
25
+
-[dockerbuilder](https://github.com/teamhephy/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
26
+
-[slugbuilder](https://github.com/teamhephy/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
27
+
-[slugrunner](https://github.com/teamhephy/slugrunner) - The runner for slug/buildpack based applications
28
+
-[fluentd](https://github.com/teamhephy/fluentd) - Backend log shipping mechanism for `deis logs`
29
+
-[postgres](https://github.com/teamhephy/postgres) - The central database
30
+
-[registry](https://github.com/teamhephy/registry) - The Docker registry
31
+
-[logger](https://github.com/teamhephy/logger) - The (in-memory) log buffer for `deis logs`
32
+
-[monitor](https://github.com/teamhephy/monitor) - The platform monitoring components
33
+
-[router](https://github.com/teamhephy/router) - The HTTP/s edge router
34
+
-[minio](https://github.com/teamhephy/minio) - The in-cluster, ephemeral, development-only object storage system
-[workflow-e2e](https://github.com/teamhephy/workflow-e2e) - End-to-end tests for the entire platform
38
+
-[workflow-manager](https://github.com/teamhephy/workflow-manager) - Manage, inspect, and debug a Workflow cluster
39
39
40
40
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].
41
41
@@ -77,6 +77,6 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
0 commit comments