Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

pivotal-sprout/sprout-redis

Repository files navigation

sprout-redis cookbook

Build Status

Cookbok for managing redis on an OS X workstation

Usage

Prerequisites

Quickstart

bundle
bundle exec soloist

Cookbook Usage

Recipes

  1. sprout-redis
  2. sprout-redis::install
  3. sprout-redis::launch_agent

Contributing

Before committing

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

Unit specs use ServerSpec

bundle
bundle exec rake spec:unit

Integration specs

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 redis is not already installed on the system.

bundle
bundle exec rake spec:integration

About

Cookbok for managing redis on an OS X workstation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages