Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deis/deis
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
https://github.com/deis/deis
containers coreos deis-paas unsupported
Last synced: about 1 month ago
JSON representation
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
- Host: GitHub
- URL: https://github.com/deis/deis
- Owner: deis
- License: mit
- Archived: true
- Created: 2013-07-22T19:02:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T05:29:20.000Z (over 5 years ago)
- Last Synced: 2024-04-30T02:43:25.268Z (6 months ago)
- Topics: containers, coreos, deis-paas, unsupported
- Language: Python
- Homepage: https://deis.com/docs/
- Size: 20.6 MB
- Stars: 6,057
- Watchers: 269
- Forks: 800
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - deis
- starred-awesome - deis - Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. (Python)
- awesome - deis - Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. (Python)
- awesome-starred - deis/deis - Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. (others)
README
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | This repository (`deis/deis`) is [no longer developed or maintained](https://deis.com/blog/2017/deis-paas-v1-takes-a-bow/). The Deis v1 PaaS based on CoreOS Container Linux and Fleet has been replaced by [Deis Workflow](https://github.com/deis/workflow) which is based on Kubernetes. |
|---|---|# Deis v1 PaaS
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow.
[![Build Status](https://ci.deis.io/buildStatus/icon?job=test-acceptance)](https://ci.deis.io/job/test-acceptance/)
[![Current Release](http://img.shields.io/badge/release-v1.13.4-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.13.4)
[![Latest Docs](http://img.shields.io/badge/docs-latest-fc1e5e.svg)](http://docs.deis.io/en/latest/)New to Deis? Learn more about Deis [Concepts](http://docs.deis.io/en/latest/understanding_deis/concepts/), [Architecture](http://docs.deis.io/en/latest/understanding_deis/architecture/) and how to [Deploy an Application](http://docs.deis.io/en/latest/using_deis/deploy-application/).
# Installing Deis v1
Deis is a set of Docker containers that can be deployed anywhere including public cloud, private cloud, bare metal or your workstation. Decide where you'd like to deploy Deis, then follow the [provider-specific documentation](http://docs.deis.io/en/latest/installing_deis/) for provisioning.
Trying out Deis? Please follow the documentation on [getting set up with Vagrant](http://docs.deis.io/en/latest/installing_deis/vagrant/).
Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/managing_deis/upgrading-deis/) for additional information.## Troubleshooting
See the [Troubleshooting Deis](http://docs.deis.io/en/latest/troubleshooting_deis/) documentation for
assistance with common issues.## Contributing
Interested in contributing to Deis? Check out our [Open Roadmap](http://docs.deis.io/en/latest/roadmap/roadmap/) and [Planning Process](http://docs.deis.io/en/latest/roadmap/planning/) or jump right into [hacking on Deis](http://docs.deis.io/en/latest/contributing/hacking/) and [testing your Deis cluster](http://docs.deis.io/en/latest/contributing/testing/).
## License
Copyright 2013, 2014 Engine Yard, Inc.
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
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.