- 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.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- OpenShift開發指南(原書第2版)
- The Modern C++ Challenge
- Instant Apache Stanbol
- Visual Basic程序開發(學習筆記)
- Mastering Selenium WebDriver
- C語言程序設計實訓教程
- Backbone.js Blueprints
- Drupal 8 Configuration Management
- RISC-V體系結構編程與實踐(第2版)
- Learning Hadoop 2
- QGIS 2 Cookbook
- Python青少年趣味編程
- Java程序設計基礎(第6版)
- Scala Functional Programming Patterns