{"id":13448943,"url":"https://github.com/deis/workflow","last_synced_at":"2025-10-02T06:32:29.094Z","repository":{"id":38272680,"uuid":"52381034","full_name":"deis/workflow","owner":"deis","description":"The open source PaaS for Kubernetes.","archived":true,"fork":false,"pushed_at":"2020-03-30T23:03:48.000Z","size":22281,"stargazers_count":1303,"open_issues_count":53,"forks_count":180,"subscribers_count":64,"default_branch":"master","last_synced_at":"2024-11-16T17:45:28.541Z","etag":null,"topics":["deis-workflow","helm","k8s","kubernetes","mkdocs","paas","unsupported"],"latest_commit_sha":null,"homepage":"https://deis.com/workflow/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-23T18:14:58.000Z","updated_at":"2024-11-02T08:24:39.000Z","dependencies_parsed_at":"2022-08-18T15:22:10.927Z","dependency_job_id":null,"html_url":"https://github.com/deis/workflow","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/workflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234951865,"owners_count":18912481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deis-workflow","helm","k8s","kubernetes","mkdocs","paas","unsupported"],"created_at":"2024-07-31T06:00:25.671Z","updated_at":"2025-10-02T06:32:23.552Z","avatar_url":"https://github.com/deis.png","language":"CSS","readme":"\n|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Deis Workflow is no longer maintained.\u003cbr /\u003ePlease [read the announcement](https://deis.com/blog/2017/deis-workflow-final-release/) for more detail. |\n|---:|---|\n| 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode |\n| 03/01/2018 | End of Workflow maintenance: critical patches no longer merged |\n| | [Hephy](https://github.com/teamhephy/workflow) is a fork of Workflow that is actively developed and accepts code contributions. |\n\n![](https://deis.com/images/deis-logo.png)\n\n[![Slack Status](https://slack.deis.io/badge.svg)](https://slack.deis.io/)\n\n**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.\n\nDeis 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).\n\nTo **get started** with **Deis Workflow** please read the [Quick Start Guide](https://deis.com/docs/workflow/quickstart/).\n\nVisit [https://deis.com](https://deis.com) for more information on [why you should use Deis Workflow](https://deis.com/why-deis/) or [learn about its features](https://deis.com/how-it-works/).\n\nThis repository contains the source code for Deis Workflow documentation. If you're looking for individual components, they live in their own repositories.\n\nPlease see below for links and descriptions of each component:\n\n- [controller](https://github.com/deis/controller) - Workflow API server\n- [builder](https://github.com/deis/builder) - Git server and source-to-image component\n- [dockerbuilder](https://github.com/deis/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications\n- [slugbuilder](https://github.com/deis/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications\n- [slugrunner](https://github.com/deis/slugrunner) - The runner for slug/buildpack based applications\n- [fluentd](https://github.com/deis/fluentd) - Backend log shipping mechanism for `deis logs`\n- [postgres](https://github.com/deis/postgres) - The central database\n- [registry](https://github.com/deis/registry) - The Docker registry\n- [logger](https://github.com/deis/logger) - The (in-memory) log buffer for `deis logs`\n- [monitor](https://github.com/deis/monitor) - The platform monitoring components\n- [router](https://github.com/deis/router) - The HTTP/s edge router\n- [minio](https://github.com/deis/minio) - The in-cluster, ephemeral, development-only object storage system\n- [nsq](https://github.com/deis/nsq) - Realtime distributed messaging platform\n- [workflow-cli](https://github.com/deis/workflow-cli) - Workflow CLI `deis`\n- [workflow-e2e](https://github.com/deis/workflow-e2e) - End-to-end tests for the entire platform\n- [workflow-manager](https://github.com/deis/workflow-manager) - Manage, inspect, and debug a Workflow cluster\n\nWe 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].\n\n# Working on Documentation\n\n[![Build Status](https://travis-ci.org/deis/workflow.svg?branch=master)](https://travis-ci.org/deis/workflow)\n[![Latest Docs](http://img.shields.io/badge/docs-latest-fc1e5e.svg)](http://docs-v2.readthedocs.org/en/latest/)\n\nThe Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.\n\n* Fork this repository.\n* Make your changes.\n* [Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible.\n\t* If your PR fixes any [issues][issues], make sure you write `Fixes #1234` in your PR description (where `#1234` is the number of the issue you're closing).\n* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with `LGTM1` and `LGTM2` (respectively). Once that happens, a contributor will merge it.\n\n## Requirements\n\nThe documentation site requires either a local installation of [MkDocs][] or access to Docker.\n\n### Local Installation\n\nInstall [MkDocs][] and required dependencies:\n\n```\nmake deps\n```\n\n## Building Documentation\n\nTo build the documentation run: `make build` or `make docker-build`.\n\n## Serve Documentation Locally\n\nTo serve documenation run: `make serve` or `make docker-serve`.\n\nThen view the documentation on [http://localhost:8000](http://localhost:8000) or `http://DOCKER_IP:8000`.\n\n[k8s-home]: http://kubernetes.io\n[install-k8s]: http://kubernetes.io/gettingstarted/\n[mkdocs]: http://www.mkdocs.org/\n[issues]: https://github.com/deis/workflow/issues\n[prs]: https://github.com/deis/workflow/pulls\n[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0\n","funding_links":[],"categories":["CSS","Container Operations","Platforms","kubernetes","Configuration Management"],"sub_categories":["PaaS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fworkflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fworkflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fworkflow/lists"}