From 162011b3ffc9aacaa681afcc57b90e12072c5c95 Mon Sep 17 00:00:00 2001 From: Denis Smirnov Date: Mon, 28 Oct 2013 16:37:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20mongo=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B1=D0=B0=D0=B7=D0=B0=20=D0=B2=20mongo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front-end/install.sh b/front-end/install.sh index 0377a1b..cdaf805 100644 --- a/front-end/install.sh +++ b/front-end/install.sh @@ -3,6 +3,7 @@ if [ ! -e ./DeviceTracker ]; then #install node.js brew update + brew install mongo brew install node # install meteor @@ -59,7 +60,7 @@ touch ~/.local/DeviceTracker/start.sh chmod +x ~/.local/DeviceTracker/start.sh tee ~/.local/DeviceTracker/start.sh > /dev/null <<'EOF' #!/bin/bash -export MONGO_URL="mongodb://localhost:27017/meteor" +export MONGO_URL="mongodb://localhost:27017/devicetracker" export PORT=3000 export PATH=/usr/local/bin/:$PATH