If you’ve not heard of OpenShift, it’s: "a free, cloud-based application platform for Java, Perl, PHP, Python, and Ruby applications." OpenShift uses git to publish files to your site, so the general approach is to make your application locally, commit files to git and then push them to OpenShift. In practice this works very well, but there are a couple of gotcha’s that I encountered – I’ll explain those later. OpenShift express supports Java (with full AS7 support), Ruby, PHP, Perl and Python apps. In this post, I’m going to show the steps needed to host WordPress at OpenShift Express. Installing the client tools So, the first stage in setting up on OpenShift is to install the OpenShift client tools. On Ubuntu, this is achieved with apt-get $ sudo apt-get install ruby $ sudo apt-get install rubygems $ sudo apt-get install rhc Creating a domain and an application After installing the OpenShift tools, the next stage is to create a domain name to host the applicati...
... real developers use subtitles