File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ yo angular-fullstack [app-name]
2121
2222Run ` grunt ` for building, ` grunt serve ` for preview, and ` grunt serve:dist ` for a preview of the built app.
2323
24+ ## Example project
25+
26+ Generated with defaults: http://fullstack-demo.herokuapp.com/ .
27+
28+ Have a look at the source code: https://github.com/DaftMonk/fullstack-demo
29+
2430## Supported Configurations
2531
2632** Client**
@@ -135,6 +141,8 @@ A live application URL will be available in the output.
135141> rhc set-env FACEBOOK_ID=id -a my-openshift-app
136142> rhc set-env FACEBOOK_SECRET=secret -a my-openshift-app
137143>
144+ > You will also need to update the callback urls for your oAuth strategies in your ` server/config/environment/index.js `
145+ >
138146> After you've set the required environment variables, restart the server:
139147>
140148> rhc app-restart -a my-openshift-app
@@ -174,6 +182,9 @@ Your app should now be live. To view it run `heroku open`
174182>
175183> heroku config:set FACEBOOK_ID=id
176184> heroku config:set FACEBOOK_SECRET=secret
185+ >
186+ > You will also need to update the callback urls for your oAuth strategies in your ` server/config/environment/index.js `
187+ >
177188
178189#### Pushing Updates
179190
You can’t perform that action at this time.
0 commit comments