时间:2021-07-01 10:21:17 帮助过:2人阅读
In a system shell, issue the following command:
brew update2
You can install MongoDB via brew with several different options. Use one of the following operations:
To install the MongoDB binaries, issue the following command in a system shell:
brew install mongodb
To build MongoDB from the source files and include TLS/SSL support, issue the following from a system shell:
brew install mongodb --with-openssl
To install the latest development release for use in testing and development, issue the following command in a system shell:
brew install mongodb --devel
install mongodb on macos
标签: