From a4cd3f26e866e66a73eaa6f029bbe397a845abed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Panzer?= Date: Thu, 22 Feb 2018 18:21:48 +0100 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) 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).