Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

gitpaste (3) Versions 0.0.1

Installs and configures gitpaste pastebin app

Policyfile
Berkshelf
Knife
cookbook 'gitpaste', '= 0.0.1', :supermarket
cookbook 'gitpaste', '= 0.0.1'
knife supermarket install gitpaste
knife supermarket download gitpaste
README
Dependencies
Quality -%

GitPaste Cookbook

This cookbook installs and configures gitpaste. Currently supported configuration:

  • ubuntu
  • nginx
  • bluepill

Attributes:

  • node[:gitpaste][:directory] = '/var/www/gitpaste' # base installation directory
  • node[:gitpaste][:gunicorn][:workers] = 4 # number of worker processes
  • node[:gitpaste][:gunicorn][:listen] = nil # gunicorn socket (tcp/unix). defaults to unix socket
  • node[:gitpaste][:gunicorn][:pid] = nil # location of pid file
  • node[:gitpaste][:gunicorn][:exec] = nil # path to gunicorn executable
  • node[:gitpaste][:gunicorn][:config] = '/etc/gunicorn/gitpaste.app' # path to gunicorn config file
  • node[:gitpaste][:superuser][:username] = 'admin' # django superuser username
  • node[:gitpaste][:superuser][:passowrd] = 'secret' # django superuser password
  • node[:gitpaste][:superuser][:email] = 'admin@example.com' # django superuser email

Django Superuser

The django super user is created on application creation and the attributes
are no longer useful after the first run.

Github

http://github.com/heavywater/chef-gitpaste

More Info

gitpaste: http://github.com/justinvh/gitpaste

Dependent cookbooks

python >= 0.0.0
gunicorn >= 0.0.0
nginx >= 0.0.0
bluepill >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found