Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 235 Bytes

mongodb.md

File metadata and controls

15 lines (6 loc) · 235 Bytes

Create db dir

$ mkdir /usr/local/db

Add user

Please read the doc from mongodb

Start server

$ mongod --dbpath /usr/local/db --port 27963 --auth