Skip to content

Improvements for README.md  #518

@impiyush83

Description

@impiyush83

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 <output_of_whoami> /data/db

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

export MONGO_PATH=<path_to_mongodb>
export PATH=$PATH:$MONGO_PATH/bin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions