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
**Drycc Workflow** is an open source Container as a Service (CaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications.
4
+
**Drycc Workflow** is an open source Container as a Service (CaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications.
4
5
5
6
To **get started** with **Drycc Workflow** please read the [Quick Start Guide](https://www.drycc.cc/quickstart/).
6
7
@@ -25,52 +26,5 @@ Please see below for links and descriptions of each component:
25
26
-[storage](https://github.com/drycc/storage) - The in-cluster, kubernetes storage, s3 api compatible, hybrid storage system.
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].
29
-
30
-
This project has been forked from [Deis](https://github.com/deis/deis) since 2018.08 but changed a lot,
The Drycc project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
38
-
39
-
* Fork this repository.
40
-
* Make your changes.
41
-
*[Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible.
42
-
* 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).
43
-
* The Drycc 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.
44
-
45
-
## Requirements
46
-
47
-
The documentation site requires either a local installation of [MkDocs][] or access to Container.
48
-
49
-
### Local Installation
50
-
51
-
Install [MkDocs][] and required dependencies:
52
-
53
-
```
54
-
make deps
55
-
```
56
-
57
-
## Building Documentation
58
-
59
-
To build the documentation run: `make build` or `make podman-build`.
60
-
61
-
## Serve Documentation Locally
62
-
63
-
To serve documenation run: `make serve` or `make podman-serve`.
64
-
65
-
Then view the documentation on [http://localhost:8000](http://localhost:8000) or `http://PODMAN_IP:8000`.
0 commit comments