diff --git a/README.md b/README.md index e88a637e66322849999124edf48216a58432c7d6..a0ea53708c824827a6e08752b3c1bae888836a23 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1 sudo systemctl restart mongodb mongo ``` + if running from inside a VM, rebind MongoDB host: + ```bash + nano /etc/mongodb.conf + # comment out line: + # bind_ip = 127.0.0.1 + # save + sudo systemctl restart mongodb + ``` if watchman will be used (see below) additional packages are required for building watchman from source ```bash