Install and configure MongoDB products on GNU/Linux and MacOS.
Metastate to deploy MongoDB products from packages and/or archive files.
Deploy and configure MongoDB "Community Server" and start 'mongos' and 'mongod' services.
Deploy and configure MongoDB "Connector for BI" and start 'mongosqld' service.
Deploy Compass, the GUI for MongoDB
Deploy Robo 3T (formerly Robomongo), another GUI for MongoDB
Metastate to uninstall MongoDB products
mongodb.server.config
mongodb.server.clean
mongodb.bic.config
mongodb.bic.clean
mongodb.compass.clean
mongodb.robo3t.clean
Use linux distribution repo:
mongodb: server: version: '4.0'
Use official upstream repo:
mongodb: server: use_repo: True version: '4.0'
Use official upstream archives:
mongodb: server: use_archive: True version: '4.0.3' bic: version: 2.7.0
This formula works "out-of-the-box", or with pillars, on these operating systems.
- Ubuntu 16.04
- Centos 7.5.1804 (firewall + selinux enforcing)
- MacOS/Darwin