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

catalyst-fastcgi (4) Versions 0.0.1

1) Configures catalyst as fastcgi server 2) Configure apache virtual host for it

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

Description

  • Configures catalyst as fastcgi server
  • Configures apache virtual host for running catalyst fastcgi server

Platforms

  • ubuntu
  • gentoo

Requirements

Attributes

  • catalyst_fastcgi.service_name - name of your catalyst application, default is 'foo'
  • catalyst_fastcgi.server_name - name of virtual host server, default is 'foo.x'
  • catalyst_fastcgi.start_service - true|false, whether to try to start application when configuring is done, default value false
  • catalyst_fastcgi.application.user - a user name that we should change to before starting application, default is 'foo'
  • catalyst_fastcgi.application.group - a group name that we should change to before starting application, default is 'foo'
  • catalyst_fastcgi.application.home - a dir where catalyst application resides, default is '/tmp/foo'
  • catalyst_fastcgi.application.script - a name of script to start applicationm, an absolute path to your application will be constructed with application_home/script/application_script, default is 'foo_fastcgi.pl'
  • catalyst_fastcgi.application.perl5lib - an array of perl5lib pathes, default is []
  • catalyst_fastcgi.catalyst_config - a path to catalyst config file, default is '/tmp/foo/foo.conf'
  • catalyst_fastcgi.nproc - Integer, a number of processes will be launched when application start in fastcgi mode, default is 2
  • catalyst_fastcgi.envvars - a hash of environment vars, passed to application environment, default is { :CATALYST_DEBUG => 1 }
  • catalyst_fastcgi.proc_manager - a perl class, implimenting Fast CGI Process ProcManager
  • catalyst_fastcgi.socket - a socket, application will be binded to, default is '/tmp/foo.socket'

Dependent cookbooks

catalyst >= 0.0.0
apache >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found