diff --git a/README.md b/README.md index e535761e..5743be06 100644 --- a/README.md +++ b/README.md @@ -67,20 +67,6 @@ Issue the following command to run the app, the server will listen by default on You can use a proxy http server such as nginx or apache. -## Deployment on OpenShift - - [OpenShift](https://openshift.redhat.com) is Red Hat's Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment. CommaFeed runs perfectly on OpenShift and can even be used in the free tier. Follow the [Getting Started](https://developers.openshift.com/en/getting-started-overview.html) guide and after you sign up and install the Command Line Tools (RHC), do: - - rhc create-app commafeed diy-0.1 mysql-5.5 - cd commafeed - git remote add upstream -m master https://github.com/Athou/commafeed.git - git pull -s recursive -X theirs upstream master - git push - - # To upgrade an existing openshift installation - git pull upstream master - git push - ## Translate CommaFeed into your language Files for internationalization are located [here](https://github.com/Athou/commafeed/tree/master/src/main/app/i18n).