- Learn MongoDB 4.x
- Doug Bierer
- 142字
- 2021-06-11 18:21:29
Technical requirements
Minimum recommended hardware:
- Desktop PC or laptop
- 2 gigabytes (GB) free disk space
- 4 GB of random-access memory (RAM)
- 500 kilobits per second (Kbps) or faster internet connection
Software requirements:
- OS (Linux or Mac): Docker, Docker Compose, Git (optional)
- OS (Windows): Docker for Windows and Git for Windows
Installation of the required software and how to restore the code repository for the book are explained in Chapter 2, Setting up MongoDB 4.x. To run the code examples in this chapter, open a Terminal window (Command Prompt) and enter these commands:
cd /path/to/repo
docker-compose build
docker-compose up -d
docker exec -it learn-mongo-server-1 /bin/bash
When you are finished practicing the commands covered in this chapter, be sure to stop Docker as follows:
docker-compose down
The code used in this chapter can be found in the book's GitHub repository at https://github.com/PacktPublishing/Learn-MongoDB-4.x/tree/master/chapters/03.
推薦閱讀
- Design for the Future
- SCRATCH與機器人
- 協(xié)作機器人技術(shù)及應(yīng)用
- Getting Started with Containerization
- 新手學(xué)電腦快速入門
- 現(xiàn)代傳感技術(shù)
- 信息物理系統(tǒng)(CPS)測試與評價技術(shù)
- PostgreSQL 10 Administration Cookbook
- DevOps Bootcamp
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- Excel 2010函數(shù)與公式速查手冊
- 和機器人一起進化
- Oracle 11g Anti-hacker's Cookbook
- Mastering MongoDB 4.x
- 智能座艙之車載機器人交互設(shè)計與開發(fā)