fossasia / query-server

Query Server Search Engines
Apache License 2.0
1.66k stars 264 forks source link

Improvements for README.md #518

Open impiyush83 opened 6 years ago

impiyush83 commented 6 years ago

Readme file for local installations -> mongodb server setup is only for ubuntu not for mac

For setup of mongodb for mac the commands are :

brew install mongo sudo mkdir -p /data/db whoami sudo chown /data/db

Open ./bashrc or .zshrc file and copy paste the contents below

export MONGO_PATH= export PATH=$PATH:$MONGO_PATH/bin

To run mongod instance : mongod Kill all instances of mongod in mac : mongo admin --eval "db.shutdownServer()”

impiyush83 commented 6 years ago

@mariobehling I have raised the PR for the above changes. This is my first opensource discussion so please guide me.