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
> Note: Openshift uses a quite old version of Node by default. We strongly recommend updating your Node version. [Here's a helpful article](https://blog.openshift.com/any-version-of-nodejs-you-want-in-the-cloud-openshift-does-it-paas-style/).
4
+
5
+
Deploying to OpenShift can be done in just a few steps:
6
+
7
+
yo angular-fullstack:openshift
8
+
9
+
A live application URL will be available in the output.
10
+
11
+
> **oAuth**
12
+
>
13
+
> If you're using any oAuth strategies, you must set environment variables for your selected oAuth. For example, if we're using Facebook oAuth we would do this :
14
+
>
15
+
> rhc set-env FACEBOOK_ID=id -a my-openshift-app
16
+
> rhc set-env FACEBOOK_SECRET=secret -a my-openshift-app
17
+
>
18
+
> You will also need to set `DOMAIN` environment variable:
0 commit comments