From 0389ee2d5ac4c7f0cb1480da31ac63ddf91821b7 Mon Sep 17 00:00:00 2001
From: Eike Cochu <eike@cochu.com>
Date: Mon, 28 Mar 2016 19:06:13 +0200
Subject: [PATCH] updated mongodb installation

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index e88a637e..a0ea5370 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
-- 
GitLab