- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 91字
- 2021-07-08 10:32:41
Confirming successful MongoDB installation
Now that MongoDB has been installed on your system, let's run a quick test to ensure everything is working properly.
Access a command line via your terminal program and execute the following command:
$ mongod --version db version v3.4.4 $ mongo --version MongoDB shell version v3.4.4
Assuming that your MongoDB installation was successful, you should see the version number that was installed as an output on the screen, right under the command you executed.
Your version numbers will most likely be more recent than those printed earlier.
推薦閱讀
- Machine Learning with R Cookbook(Second Edition)
- HBase從入門到實戰
- iOS應用逆向工程(第2版)
- 移動界面(Web/App)Photoshop UI設計十全大補
- Spring核心技術和案例實戰
- Java零基礎實戰
- Moodle 3 Administration(Third Edition)
- Python Digital Forensics Cookbook
- C#程序設計基礎入門教程
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 計算機程序的構造和解釋(JavaScript版)
- 前端Serverless:面向全棧的無服務器架構實戰
- Instant JRebel
- Java核心技術·卷Ⅱ:高級特性(原書第10版)
- Lua Quick Start Guide