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

sptoolkit (4) Versions 0.0.14

Installs/Configures sptoolkit

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

Travis-ci status: Build Status

DESCRIPTION:

This cookbook will install Simple Phish Toolkit (SPT).
The project's website is located here.

REQUIREMENTS:

The primary requirements are Apache, PHP, & MySQL.

ATTRIBUTES:

<pre><code>

Set database options

default[:sptoolkit][:db_user] = "spt"

Random password is generated in default.rb

default[:sptoolkit][:db_pass] = ""

default[:sptoolkit][:db_name] = "spt"
default[:sptoolkit][:www_root_dir] = "/var/www"
</code></pre>

USAGE:

Apply the sptoolkit recipe to your node definition.

<pre><code>
"run_list": [
"recipe[sptoolkit]"
],
</code></pre>

If your web root directory is not /var/www then you'll want
to override that in a role.

BASIC COOKBOOK RUN DOWN:

+__ Includes the mysql::server & apache2::mod_php5 recipes.

+__ Deploys spt to [:sptoolkit][:www_root_dir].

+__ Installs php53-mysql/php5-mysql.

+__ Sets permissions on [:sptoolkit][:www_root_dir]}/spt as the apache or www-data user.

+__ Creates spt database, spt db user, and generates random password for spt db user.

+__ Writes database credentials to /etc/spt_db_pass.conf

Dependent cookbooks

apache2 >= 0.0.0
mysql >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found