Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bitliner/dok
- Owner: bitliner
- Created: 2014-12-20T09:38:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T20:05:26.000Z (about 8 years ago)
- Last Synced: 2024-04-09T21:32:16.289Z (10 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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