#!/bin/bash
echo "now installing mongodb"
brew install mongodb
./installMongoDBAsAService.command
./setMongoDBEnv.command
