OpenShift quickstart for Tiny Tiny RSS (with Feedly theme)

If you run tt-rss on an officially unsupported platform (shared hosting, Windows, etc.) post here
maerco
Bear Rating Trainee
Bear Rating Trainee
Posts: 10
Joined: 04 Oct 2013, 12:27

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly them

Postby maerco » 25 Dec 2013, 23:04

Hi all
I'm sorry but I'm quite new on git and openshift

I generated by tiny tiny rss site using the git repository, than I update it using the plug-in "updater".
Everithing is going well, but I would like to understand how can I download modification done by "updater" to my local repo?

I try to be more clear if i perform again "rhc git-clone rss" I got the version that I commit the first time and not the updated version.
Last edited by maerco on 26 Dec 2013, 20:11, edited 1 time in total.

User avatar
sleeper_service
Bear Rating Overlord
Bear Rating Overlord
Posts: 884
Joined: 30 Mar 2013, 23:50
Location: Dallas, Texas

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly them

Postby sleeper_service » 26 Dec 2013, 00:43

maerco wrote:I all
I'm sorry but I'm quite new on the git and openshift


s/openshift/openshit/g

ftfy

maerco
Bear Rating Trainee
Bear Rating Trainee
Posts: 10
Joined: 04 Oct 2013, 12:27

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly them

Postby maerco » 26 Dec 2013, 22:37

I solved the problem using following script

Code: Select all

#!/bin/sh
rsync -zvr ####@rss-maerco.rhcloud.com:/var/lib/openshift/####/app-root/repo/php/* ./php/
git add -A php
git commit -m "Updated using_rsync"


where #### need to be replaced with ssh username of your app.

This will download the current website content, generate a commit and left to you only the need to push it back

oliroe
Bear Rating Trainee
Bear Rating Trainee
Posts: 22
Joined: 24 May 2013, 02:27

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly them

Postby oliroe » 04 Mar 2015, 19:37

Hi

Is it possible to update an Openshift installation now tt-rss has moved to Github?

disconn3ct
Bear Rating Trainee
Bear Rating Trainee
Posts: 37
Joined: 12 Apr 2013, 15:07

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly them

Postby disconn3ct » 05 Mar 2015, 03:10

Dunno about that one, but on mine you can just 'cd php ; git pull ; cd ..' and then commit the resulting change

miksuhts
Bear Rating Trainee
Bear Rating Trainee
Posts: 3
Joined: 16 Mar 2014, 22:19

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly theme)

Postby miksuhts » 14 Feb 2016, 18:28

It is possible to update to the latest.

I use FileZilla to connect my deployments on OpenShift, as this requires less code knowledge, hence easier for me to manage my applications. Also, due to openshift's limitations on auto vacuum, I manually delete my log files time to time (every four months or so) to save up some space.

To update ttrss to the latest:
back up config.php
update ttrss installation folder with the latest one on gitlab (you can find your ttrss installation folder at /app-root/runtime/repo/php)
compare new config.php-dist with old config.php (you can use notepad++ compare plugin)
modify old config.php accordingly
update everything
restart the app

for some reason this broke up my custom themes (probably I screw something somewhere) but everything else works flawlessly.
Last edited by miksuhts on 12 Feb 2017, 20:45, edited 1 time in total.

alwayssummer
Bear Rating Trainee
Bear Rating Trainee
Posts: 5
Joined: 07 Apr 2016, 13:50

Re: OpenShift quickstart for Tiny Tiny RSS (with Feedly theme)

Postby alwayssummer » 07 Apr 2016, 14:00

fabianofranz wrote:Folks,

We just updated the Github repository for the OpenShift (https://openshift.com) Quickstart. It's currently supporting Tiny Tiny RSS version 1.9 and the "Feedly" theme is also available in Preferences by default.

Github repository:

https://github.com/openshift-quickstart/tiny_tiny_rss-openshift-quickstart


Seems that repository has disappeared. Is this quickstart longer supported?


Return to “Unsupported platforms”

Who is online

Users browsing this forum: No registered users and 1 guest