altersign/toreader-openshift
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.