Chef Recipes to install and configure Mongo DB on OS X
bundle
bundle exec soloist
NOTE: All preferences are namespaced under sprout => mongo they include:
plist_filename— The name of the LaunchAgent plist file in the homebrew package to load; default is'homebrew.mxcl.mongodb.plist'
sprout-mongosprout-mongo::install_mongosprout-mongo::add_launch_agent
bundle
bundle exec rake
The default rake task includes rubocop, foodcritic, unit specs
bundle
bundle exec rake rubocop
bundle
bundle exec rake foodcritic
Unit specs use ServerSpec
bundle
bundle exec rake spec:unit
Integrations specs will run the default recipe on the host system (destructive) and make assertions on the system after install.
Note: It has a precondition that exemplar is not already installed on the system.
bundle
bundle exec rake spec:integration
