|
@@ -112,9 +112,9 @@ Huginn launches on the free version of Heroku [with significant limitations](htt
|
|
|
|
|
|
### OpenShift
|
|
|
|
|
|
-#### OpenShift v3
|
|
|
+#### OpenShift Online
|
|
|
|
|
|
-Try Huginn on OpenShift Online (v3)
|
|
|
+Try Huginn on OpenShift Online
|
|
|
|
|
|
Create a new app with either `mysql` or `postgres`:
|
|
|
```bash
|
|
@@ -128,9 +128,7 @@ oc new-app -f https://raw.githubusercontent.com/huginn/huginn/master/openshift/t
|
|
|
|
|
|
If you are on the Starter plan, make sure to follow the [guide](https://docs.openshift.com/online/getting_started/beyond_the_basics.html#btb-creating-a-new-application-from-source-code) to remove any existing application.
|
|
|
|
|
|
-##### OpenShift v4
|
|
|
-
|
|
|
-If you would like to run this on OpenShift v4+ you should look at the [Docker](https://github.com/huginn/huginn/blob/master/doc/docker/install.md) documentaition as your deployment process.
|
|
|
+The templates should work on a v3 installation or the current v4 online.
|
|
|
|
|
|
### Manual installation on any server
|
|
|
|