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.4

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

Policyfile
Berkshelf
Knife
cookbook 'catalyst-fastcgi', '~> 0.0.4', :supermarket
cookbook 'catalyst-fastcgi', '~> 0.0.4'
knife supermarket install catalyst-fastcgi
knife supermarket download catalyst-fastcgi
README
Dependencies
Quality 17%

Description

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

Platforms

  • ubuntu
  • gentoo

Requirements

Attributes

  • obligatory
    • 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.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.catalyst_config - a path to catalyst config file, default is '/tmp/foo/foo.conf'
    • catalyst_fastcgi.socket - a socket, application will be binded to, default is '/tmp/foo.socket'
  • optional

    • catalyst_fastcgi.server_alias - Array, a list of server aliases, default value is []
    • catalyst_fastcgi.start_service - true|false, whether to try to start application when configuring is done, default value false
    • catalyst_fastcgi.application.perl5lib - an array of perl5lib pathes, default is []
    • 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.apache.access_log - a path to apache access log
    • catalyst_fastcgi.apache.error_log - a path to apache error log
  • optional for ssl mode, see explanation in apache cookbook

    • ssl, default value false
    • ssl_cipher_suite, default value nil
    • ssl_certificate_file, default value nil
    • ssl_certificate_key_file, default value nil

Dependent cookbooks

catalyst >= 0.0.4
apache >= 0.0.3

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.0.4 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.0.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.0.4 failed this metric

FC008: Generated cookbook metadata needs updating: catalyst-fastcgi/metadata.rb:1
FC008: Generated cookbook metadata needs updating: catalyst-fastcgi/metadata.rb:2
FC064: Ensure issues_url is set in metadata: catalyst-fastcgi/metadata.rb:1
FC065: Ensure source_url is set in metadata: catalyst-fastcgi/metadata.rb:1
FC066: Ensure chef_version is set in metadata: catalyst-fastcgi/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: catalyst-fastcgi/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.0.4 passed this metric

Testing File Metric
            

0.0.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.0.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number