8000 GitHub - tomarskt/cerberus: Landing site for Cerberus, a secure property store for cloud applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomarskt/cerberus

 
 

Repository files navigation

For information about Cerberus, please see http://engineering.nike.com/cerberus

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.

Cerberus Website Development

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.

License

See the LICENSE file.

About

Landing site for Cerberus, a secure property store for cloud applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.3%
  • HTML 36.2%
  • Ruby 17.5%
0