File tree Expand file tree Collapse file tree 4 files changed +386
-747
lines changed Expand file tree Collapse file tree 4 files changed +386
-747
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sudo apt-get install build-essential libavahi-compat-libdnssd-dev
72
72
73
73
#### RedHat/Fedora/CentOS
74
74
``` shell
75
- sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel
75
+ sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel nss_mdns
76
76
```
77
77
78
78
### Setup
@@ -191,21 +191,29 @@ The most recent version of node_mdns has an incompatibility with v8.6 due to cha
191
191
192
192
```
193
193
194
- ** Using CentOS?**
195
- There appears to be a number of issues when running on CentOS, and we are actively attempting to address them. See #23 for status and updates.
194
+ ** Running CentOS and Seeing This Error?**
195
+ ``` shell
196
+ Error: getaddrinfo -3008
197
+ ```
198
+ Make sure you have ` nss_mdns ` installed:
199
+ ``` shell
200
+ sudo yum install nss_mdns
201
+ ```
196
202
197
203
### Issues
198
204
199
205
If you run into any problems while using this, please report them [ here] ( https://github.com/superhawk610/multicast/issues ) .
200
206
201
207
## Authors
202
208
203
- ![ superhawk610] ( https://avatars0.githubusercontent.com/u/18172185?v=4&s=32 ) Aaron Ross - * initial work * - [ superhawk610] ( https://github.com/superhawk610 )
209
+ ![ superhawk610] ( https://avatars0.githubusercontent.com/u/18172185?v=4&s=32 ) Aaron Ross - * author * - [ superhawk610] ( https://github.com/superhawk610 )
204
210
205
211
![ Brekmister] ( https://avatars0.githubusercontent.com/u/8389366?v=4&s=32 ) [ Brekmister] ( https://github.com/Brekmister ) - * contributor*
206
212
207
213
![ ocelotsloth] ( https://avatars0.githubusercontent.com/u/9255772?v=4&s=32 ) Mark Stenglein - * contributor* - [ ocelotsloth] ( https://github.com/ocelotsloth )
208
214
215
+ ![ andrewpryor] ( https://avatars3.githubusercontent.com/u/1560890?s=460&v=4 ) Andrew Pryor - * contributor* - [ andrewpryor] ( https://github.com/andrewpryor )
216
+
209
217
## Contributing
210
218
211
219
- ** NEW** : Use a code editor that supports [ Prettier] ( https://prettier.io/ ) and the included ` .prettierrc.yml `
Original file line number Diff line number Diff line change
1
+ docker run -d --name multicast-mongo mongo
You can’t perform that action at this time.
0 commit comments