Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitliner/dok

Turn any linux server in a simple Platform as a Service
https://github.com/bitliner/dok

Last synced: about 20 hours ago
JSON representation

Turn any linux server in a simple Platform as a Service

Awesome Lists containing this project

README

        

dok
===================================================

dok turns any server in a Platform as a Service.
It allows you to deploy your apps using just git-push and Docker.

It is based on Docker, bash, git, ssh and driven by simplicity of the architecture, to support ease of use and ease of customization.

The only dependencies you need on your linux server are git and Docker, that's it!

# Installation

`wget -qO- https://raw.githubusercontent.com/bitliner/dok/master/install.sh | bash`

# Workflow

Coming soon!

# Usage

Coming soon!

# Format of .servers

```
\t
\t
...
```

# TODO

* finish Docker integration
* finish README -> workflow
* finish README -> usage