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

lamp (3) Versions 1.0.0

Installs/Configures lamp server

Policyfile
Berkshelf
Knife
cookbook 'lamp', '= 1.0.0', :supermarket
cookbook 'lamp', '= 1.0.0'
knife supermarket install lamp
knife supermarket download lamp
README
Dependencies
Changelog
Quality 100%

lamp

Standalone lamp stack cookbook

lamp-cookbook Description

Standalone cookbook to install and configure a vanilla LAMP stack includes httpd service, mysql (local install), and PHP on Amazon Linux. This cookbook should be used as a base replacement for this tutorial - http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html

Requirements

You'll need to create a data bag "mysql" with item "password", store your root password there with the json flag "mysql_password"

Supported Platforms

Amazon Linux
Will add more as time allows

Recipies

  • lamp::default
  • lamp::httpd
  • lamp::mysql
  • lamp::prep

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['lamp']['mysql']['install_sql']</tt></td>
<td>Boolean</td>
<td>Should only run on the first pass to prevent rewriting of your root password</td>
<td><tt>true</tt></td>
</tr>
</table>

Usage

lamp::default

Include lamp in your node's run_list:

{
  "run_list": [
    "recipe[lamp::default]"
  ]
}

License and Authors

Author:: Karl Girthofer (karlgirthofer@gmail.com)
License:: GNU GENERAL PUBLIC LICENSE

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

wordpress_lamp Applicable Versions

0.1.0

Initial release of lamp

Foodcritic Metric
            

1.0.0 passed this metric