<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - selfoss on openshift</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>selfoss on openshift</title>
<content:encoded><![CDATA[<p>I just find an easy way to install selfoss on openshift.</p>
<p>1. create an application of Tiny Tiny RSS, named tt-rss<br />
2. git clone <a href="ssh://******************************************">ssh://******************************************</a><br />
3. cd tt-rss<br />
4. delete everything in <strong>php</strong> folder and unzip selfoss-2.10.zip in <strong>php</strong> folder instead.<br />
5. configure the default.ini by the given pgsql info from openshift, e.g.<br />
    db_type=pgsql<br />
    db_host=127.***.***.***<br />
    db_database=ttrss<br />
    db_username=adminn******<br />
    db_password=************<br />
    db_port=5432<br />
6. git push and etc.<br />
7. access <a href="https://ttrss-******.rhcloud.com/,">https://ttrss-******.rhcloud.com/,</a> done~</p>
<p>(8.) add these to .htaccess in order to force HTTPS<br />
&lt;IfModule mod_rewrite.c&gt;<br />
   RewriteEngine on<br />
   RewriteCond %{HTTP:X-Forwarded-Proto} !https<br />
   RewriteRule .* <a href="https://%{HTTP_HOST}%{REQUEST_URI}">https://%{HTTP_HOST}%{REQUEST_URI}</a> [R,L]<br />
&lt;/IfModule&gt;</p>
<p>However, I cannot fix a serious problem: it shows the connection is only partially encrypted. This problem does not occur on Tiny Tiny RSS.</p>
<p>Thus I give it up and come back to the selfoss on my VPS at the end.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=863</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=863</guid>
<pubDate>Sun, 06 Jul 2014 09:53:30 +0000</pubDate>
<dc:creator>evertha</dc:creator>
</item>
</channel>
</rss>
