📅  最后修改于: 2022-03-11 14:50:13.151000             🧑  作者: Mango
Download official mongodb to from mongodb.com
To check if server is running: sudo systemctl status mongod
To start local server enter: sudo systemctl start mongod
To stop the local server: sudo systemctl stop mongod
To reload the local server: sudo systemctl daemon-reload