File tree 1 file changed +11
-0
lines changed
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]
21
21
22
22
Run ` grunt ` for building, ` grunt serve ` for preview, and ` grunt serve:dist ` for a preview of the built app.
23
23
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
+
24
30
## Supported Configurations
25
31
26
32
** Client**
@@ -135,6 +141,8 @@ A live application URL will be available in the output.
135
141
> rhc set-env FACEBOOK_ID=id -a my-openshift-app
136
142
> rhc set-env FACEBOOK_SECRET=secret -a my-openshift-app
137
143
>
144
+ > You will also need to update the callback urls for your oAuth strategies in your ` server/config/environment/index.js `
145
+ >
138
146
> After you've set the required environment variables, restart the server:
139
147
>
140
148
> rhc app-restart -a my-openshift-app
@@ -174,6 +182,9 @@ Your app should now be live. To view it run `heroku open`
174
182
>
175
183
> heroku config:set FACEBOOK_ID=id
176
184
> 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
+ >
177
188
178
189
#### Pushing Updates
179
190
You can’t perform that action at this time.
0 commit comments