Merge branch 'master' of github.com:rcarmo/piku

feature/repl
Rui Carmo 2016-11-26 23:15:06 +00:00
commit a94f000cb6
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,11 @@ From the bottom up:
* It then looks at a `Procfile` and starts the relevant workers using [uWSGI][uwsgi] as a generic process manager
* You can then remotely change application settings (`config:set`) or scale up/down worker processes (`ps:scale`) at will.
Later on, I intend to do fancier `dokku`-like stuff like reconfiguring `nginx`, but a twist I'm planning on doing is having one `piku` machine act as a build box and deploy the finished product to another.
## Internals
This is an illustrated example of how `piku` works for a Python deployment:
![](img/piku.png)
## Supported Platforms