Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 542 Bytes

File metadata and controls

14 lines (8 loc) · 542 Bytes

Running on OpenShift

Create an account at https://www.openshift.com

Create a PHP 5 application + a PostgreSQL 9 cartridge to the app, and import the quickstart code:

rhc app create <app name> php-5.3 postgresql-9 cron-1.4 --from-code=https://github.com/openshift-quickstart/tiny_tiny_rss-openshift-quickstart.git

You can now checkout your RSS application at:

http://<app name>-<your namespace>.rhcloud.com

This app can be shared by multiple users. The default user credential is "admin"/"password".