An Openshift cartridge for the Rawdog feed aggregator. It can be configured to fetch feeds and generate HTML, but it won't serve the generated content - use another cartridge for that.
-
Install these cartridges:
-
Copy
.template/.rawdog/config.erb
to your repo at.rawdog/config.erb
, and edit accordingly. -
Copy
.template/.openshift/cron/hourly/rawdog-update
to your repo, at.openshift/cron/hourly
. -
Serve the generated
rawdog.html
somehow, along with the style sheet in the Rawdog download.
You can use the RAWDOG_CONFIG
environment variable to change the configuration directory, for example (you need to ssh to the app to get its home directory):
$ rhc env set RAWDOG_CONFIG='(app-home)/app-root/runtime/repo/rawdog' --app my-app