mirror of
https://github.com/coderofsalvation/podi.git
synced 2026-05-18 05:04:56 +02:00
update documentation
This commit is contained in:
14
README.md
14
README.md
@@ -8,14 +8,24 @@
|
||||
$ cd myapp
|
||||
$ wget "https://raw.githubusercontent.com/coderofsalvation/podi/master/podi"
|
||||
$ chmod 755 podi
|
||||
$ ./podi recipe app/container
|
||||
$ ./podi recipe start/envfile
|
||||
$ ./podi recipe app/container # a template container recipe
|
||||
$ ./podi recipe start/envfile # cli-cmd to set remote env-vars
|
||||
```
|
||||
|
||||
> PROFIT! now init your (ssh)server to enable a heroku-ish workflow:
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
* fully hackable PaaS & Gitops-designer (embedded in your repo)
|
||||
* per-branch and per-sshuser deployments
|
||||
* hookable (`on build callmyfunction arg1`)
|
||||
* app templates
|
||||
* autosuspending app templates
|
||||
* podi weighs 5k, just needs ssh+git installed
|
||||
* works on raspberry pi zero but also on kubernetes
|
||||
|
||||
## Create recipes
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user