Skip to content

Commit f1aa7cf

Browse files
committed
more editing
1 parent 2cc9f51 commit f1aa7cf

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

readme.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,19 @@ yo angular-fullstack
114114
```
115115
###Openshift
116116

117-
Depending on your configuration, deploying to OpenShift can be done in just a few steps:
117+
Deploying to OpenShift can be done in just a few steps:
118118

119119
yo angular-fullstack:openshift
120120

121121
A live application URL will be available in the output.
122122

123-
> #### Additional Configuration
124-
>
125123
> **Enabling web sockets**
126124
>
127125
> If you're using socket.io, you will need to update the client to connect to the correct port for sockets to work.
128126
>
129127
> In `/client/app/components/socket/socket.service` update the socket to connect to port 8000. (with `my-openshift-app` being the deployed name of your app):
130128
>
131-
> var ioSocket = io.connect('my-openshift-app.com:8000');
129+
> var ioSocket = io.connect('my-openshift-app.com:8000');
132130
>
133131
> **oAuth**
134132
>
@@ -164,14 +162,11 @@ If you're using mongoDB you will need to add a database to your app:
164162

165163
Your app should now be live. To view it run `heroku open`
166164

167-
> #### Additional Configuration
168-
>
169-
>
170165
> **Enabling web sockets**
171166
>
172167
> If you're using socket.io you will need to enable websockets on your app:
173168
>
174-
> heroku labs:enable websockets
169+
> heroku labs:enable websockets
175170
>
176171
> **oAuth**
177172
>
@@ -180,7 +175,7 @@ Your app should now be live. To view it run `heroku open`
180175
> heroku config:set FACEBOOK_ID=id
181176
> heroku config:set FACEBOOK_SECRET=secret
182177
183-
**Pushing Updates**
178+
#### Pushing Updates
184179

185180
grunt
186181

0 commit comments

Comments
 (0)