All posts by
Stein Ove Rosseland
Node and systemd, BFF!
Stein Ove Rosseland 2014-07-08Since Centos7 was released in July, a “nondesktop” distro(other than rhel7 ofc) is using systemd. Like it, hate it or discuss it, systemd is here to stay. As we have been discussing internally how to manage startup of nodejs apps, using monit/pm2/others has been alternatives, and now, imho, systemd is
Deploying apps in OpenShift
Stein Ove Rosseland 2014-03-06After you’ve set up OpenShift with a node or two, deploying applications is as easy as it gets. You can do lots of stuff in the broker console, but RHC is the way to go: RHC is a RubyGem installed like all others:
1 2 3 | [code language="bash"] ~$ gem install rhc [/code] |
To set it up:
1 2 3 | [code language="bash"] ~$ rhc setup --server your-broker-01.example.com [/code] |
Building your own PaaS
Stein Ove Rosseland 2014-01-22In this series, I’ll go through installing, using and extending Openshift Origin, a Platform as a Service (PaaS), developed by RedHat. Check it out at https://github.com/openshift What is Openshift? In short, Openshift consists of two things: A broker, and a node. (or two brokers for redundancy and hundred nodes for