<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Openshift on Swrdfish</title>
    <link>https://swrdfish.github.io/tags/openshift/</link>
    <description>Recent content in Openshift on Swrdfish</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 05 Jan 2015 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://swrdfish.github.io/tags/openshift/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Django static files in Openshift</title>
      <link>https://swrdfish.github.io/tech/2015-01-05-django-static-files-in-openshift/</link>
      <pubDate>Mon, 05 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://swrdfish.github.io/tech/2015-01-05-django-static-files-in-openshift/</guid>
      <description>&lt;p&gt;To serve static files for django use &lt;a href=&#34;https://warehouse.python.org/project/whitenoise/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;whitenoise&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;This will require you to add an environment variable &lt;code&gt;DJANGO_SETTINGS_MODULE=&amp;quot;jhinuk.settings&amp;quot;&lt;/code&gt; to your Openshift app. To do this follow the instructions &lt;a href=&#34;https://help.openshift.com/hc/en-us/articles/202399310-How-to-create-and-use-environment-variables-on-the-server-&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here&lt;/a&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using jenkins on openshift</title>
      <link>https://swrdfish.github.io/tech/2015-01-03-using-jenkins-on-openshift/</link>
      <pubDate>Sat, 03 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://swrdfish.github.io/tech/2015-01-03-using-jenkins-on-openshift/</guid>
      <description>&lt;p&gt;So I have got my django app running on Openshift. (&lt;a href=&#34;https://swrdfish.github.io/tech/2014-12-29-django-on-openshift/&#34;&gt;how to run django app on Openshift&lt;/a&gt;&#xA;)&#xA;Now I wanted to automate the deployment of the app from a Github repo. The tool people use to do this is called Jenkins. So here&amp;rsquo;s the rundown of what I have been able to achieve.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django on Openshift</title>
      <link>https://swrdfish.github.io/tech/2014-12-29-django-on-openshift/</link>
      <pubDate>Mon, 29 Dec 2014 00:00:00 +0000</pubDate>
      <guid>https://swrdfish.github.io/tech/2014-12-29-django-on-openshift/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.openshift.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Openshift&lt;/a&gt;&#xA; is a new app hosting service from RedHat which offers a great free package. Till now I&amp;rsquo;ve used Heroku to host some apps and its great but it doesn&amp;rsquo;t provide any free database (well it does but you&amp;rsquo;ll have to enter your credit card details which in India few people have). Also the filesystem of heroku is such that it refreshes every 24hrs deleting every thing except the repo. So heroku is great for testing but hosting something with somesort of a database is not possible unless you pay.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
