pikuallows you to Heroku-stylegit pushdeployments to your own servers, no matter how small they are, and with any runtime (Python, Ruby, Java, NodeJS, etc. - add your own here.) It is currently able to deploy, manage and independently scale multiple applications per host on both ARM ...
pikudetermines the runtime and installs the dependencies for your app (building whatever's required). For Python, it segregates each app's dependencies into avirtualenv. For Go, it defines a separateGOPATHfor each app. For Node, it installs whatever is inpackage.jsonintonode_modules. ...
piku allows you to Heroku-style git push deployments to your own servers, no matter how small they are, and with any runtime (Python, Ruby, Java, NodeJS, etc. - add your own here.) It is currently able to deploy, manage and independently scale multiple applications per host on both ...