Skip to content

Commit b25eadb

Browse files
committed
Add OpenShift template
* 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]>
1 parent 084fa07 commit b25eadb

File tree

2 files changed

+545
-0
lines changed

2 files changed

+545
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,22 @@ A detailed tutorial is available here:
8585
* 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`
8686
* Deploy it with: `git push scalingo master`
8787

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+
88104
# Using it
89105

90106
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

Comments
 (0)