September 2017
Beginner to intermediate
412 pages
8h 55m
English
The MongoDB NoSQL database system is described in Chapter 10, NoSQL Databases.
Download the MongoDB installation file from https://www.mongodb.com/download-center#community (or just search MongoDB download to find that web page). Then, follow these steps (for macOS X):
$ indicates the prompt):$ cd ~/Downloads $ ls mongo* $ tar xzf mongodb-osx-ssl-x86_64-3.4.7.tar $ sudo mkdir –p /usr/local/mongodb $ sudo mv mongodb-osx-x86_64-3.4.7 /usr/local/mongodb
These will decompress the file that you downloaded, create the folder /usr/local/mongodb, and then move the specified decompressed file to that folder. You may be asked for your computer password. The ls command will list the files that ...
Read now
Unlock full access