-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
43 lines (27 loc) · 1.2 KB
/
README
File metadata and controls
43 lines (27 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Toreader on OpenShift
=====================
This git repository helps you get up and running quickly w/ a Toreader installation
on OpenShift.
Running on OpenShift
----------------------------
Create an account at http://openshift.redhat.com/
Create a perl-5.10 application with cron support
rhc app create toreader perl-5.10 cron-1.4
Add this upstream toreader repo
cd toreader
git rm -r perl
git commit -a -m "remove stock perl dir to prepare for toreader"
git remote add upstream -m master git://github.com/altersign/toreader-openshift.git
git pull -s recursive -X theirs upstream master
Update list of available RSS feeds (see example in toreader_test_feeds.sql)
cd misc/db
vi toreader_test_feeds.sql
sqlite3 toreader.db <toreader_test_feeds.sql
git commit -a -m "update feed database"
Then push the repo upstream
git push
Wait, wait, wait, wait... until the process has been completed.
That's it, you can now checkout your feeds at:
http://toreader-<yournamespace>.rhcloud.com/
You can also use other clients with Fever API (http://www.feedafever.com/api) support.
Use hostname: toreader-<yournamespace>.rhcloud.com, login: toreader, password: toreader.