You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The template should be used with the `$ oc new-app` command
and the `-f` flag to specify the path to the file
* Adds section on the README about OpenShift deployment
Signed-off-by: Joao Goncalves <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,22 @@ A detailed tutorial is available here:
85
85
* By default it will use a path of /parse for the API routes. To change this, or use older client SDKs, run `scalingo env-set PARSE_MOUNT=/1`
86
86
* Deploy it with: `git push scalingo master`
87
87
88
+
### Getting Started With OpenShift Online (Next Gen)
89
+
90
+
1. Register for a free [OpenShift Online (Next Gen) account](http://www.openshift.com/devpreview/register.html)
91
+
1. Create a project in the [OpenShift Online Console](https://console.preview.openshift.com/console/).
92
+
1. Install the [OpenShift CLI](https://docs.openshift.com/online/getting_started/beyond_the_basics.html#btb-installing-the-openshift-cli).
93
+
1. Add the Parse Server template to your project: `oc create -f https://raw.githubusercontent.com/ParsePlatform/parse-server-example/master/openshift.json`
94
+
1. Deploy Parse Server from the web console
95
+
1. Open your project in the [OpenShift Online Console](https://console.preview.openshift.com/console/):
96
+
1. Click **Add to Project** from the top navigation
97
+
1. Scroll down and select **NodeJS > Parse Server**
98
+
1. (Optionally) Update the Parse Server settings (parameters)
99
+
1. Click **Create**
100
+
101
+
A detailed tutorial is available here:
102
+
[Running Parse Server on OpenShift Online (Next Gen)](https://blog.openshift.com/parse-server/)
103
+
88
104
# Using it
89
105
90
106
Before using it, you can access a test page to verify if the basic setup is working fine [http://localhost:1337/test](http://localhost:1337/test).
0 commit comments