Heroku

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Heroku (http://www.heroku.com/) is a PaaS cloud platform provider for services developed in Ruby, Node.js, Clojure, Java, Play, Python, and Scala (https://devcenter.heroku.com/categories/language-support). Application are deployed using Git (push). Applications are isolated by Linux containers (LXC). Heroku provides addons (https://addons.heroku.com/) for NoSQL databases systems, analytics, messaging, caching ....

Exemple de déploiement

cd nodered-mqttoutput
heroku create
git push heroku master
heroku addons:add openredis
heroku open