标签:directory tap community direct brew start unity mongodb tor
brew tap mongodb/brew
brew install mongodb-community@4.2
In addition to the binaries, the install creates:
the configuration file (/usr/local/etc/mongod.conf)
the log directory path (/usr/local/var/log/mongodb)
the data directory path (/usr/local/var/mongodb)
brew services start mongodb-community@4.2
mongo
标签:directory tap community direct brew start unity mongodb tor
原文地址:https://www.cnblogs.com/aimod/p/11809823.html