For information about Cerberus, please see http://engineering.nike.com/cerberus
Cerberus is a system for safely storing and managing secrets, targeted to running cloud applications in AWS.
This project is the source code for the Cerberus website.
Please see the Cerberus website for more information about Cerberus and to get an overview of the various components.
This GitHub page is a Jekyll site.
To run the site locally you will need to get Jekyll up and running. For example, you can do this using Ruby and Bundler:
gem install bundler
bundle install
bundle exec jekyll serve -w --config _config.yml,_dev_config.yml
If your using Mac OS X and have issues with nokogiri checkout this Stack Overflow answer that I found useful.
See the LICENSE file.