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