The talk I gave in @RejectJS in September 2013, Berlin
PaaS in your pocket with,DOKKU
View Slide
The way you ship the codematters..
$ git push production master
Don't want to buildPaaS, but want PaaS -like experience
DOKKU“Dokku is a mini-Heroku powered by Dockerwritten in less than 100 lines of Bash.“- Jeff Lindsay
GitrecieveSSH + Git interface to server
BuildpacksDetect & Prepare app run time
DockerEngine of portable containers
NginxOrchestrate HTTP/S trafic
Let’s put the thingstogether...
Gitrecieve: solves code pushBuildpacks: solves runtimeDocker: solves containersNginx: solves http
DOKKU“Dokku is an interface between developerand production infrastructure.“- Alexander Beletsky
Thanks,@alexbeletsky