Skip to content

Commit 93b0298

Browse files
committed
update oauth docs and include demo url
1 parent 851ba7f commit 93b0298

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ yo angular-fullstack [app-name]
2121

2222
Run `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

0 commit comments

Comments
 (0)