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

presidecms (3) Versions 0.1.2

Installs/Configures a PresideCMS server

Policyfile
Berkshelf
Knife
cookbook 'presidecms', '~> 0.1.2', :supermarket
cookbook 'presidecms', '~> 0.1.2'
knife supermarket install presidecms
knife supermarket download presidecms
README
Dependencies
Changelog
Quality 17%

PresideCMS Cookbook

This cookbook installs PresideCMS on Railo 4.2 and Tomcat 7 (configurable). The result is a vanilla Tomcat + Railo server with the following modifications:

  • Tuckey URL Rewrite Filter is installed and configured for PresideCMS
  • PresideCMS is downloaded and a server wide Railo mapping is created
  • Railo is configured for PresideCMS (small tweaks to default configuration)

Right now, no example site is installed. The intention of this Cookbook is simply a working server that is ready to have sites running under Tomcat.

Requirements

The cookbook has been tested on Ubuntu 14.04, but should work on most platforms where Java 6 or 7 work.

Platforms

  • Ubuntu

Cookbooks

  • railo
  • zip

Attributes

version

  • node['presidecms']['version'] PresideCMS version, right now only 'bleedingedge' (default) and 'stable' are available
  • node['presidecms']['installation_root_directory'] Root directory in which to install PresideCMS. Defaults to "/opt/preside" which result in the core CMS code being installed to "/opt/preside/presidecms-x.x.x.xxx" (where x.x.x.xxx is the version of PresideCMS that is installed.

Usage

Just include recipe[presidecms] in your node's run_list

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Test your change
  5. Submit a Pull Request

Dependent cookbooks

railo >= 0.0.0
zip >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Preside-CMS-Cookbook CHANGELOG

This file is used to list changes made in each version of the Preside-CMS-Cookbook cookbook.

0.1.0

  • Dominic Watson - Initial release of PresideCMS Cookbook

0.1.1

  • Dominic Watson - Updating the metadata and README for the Cookbook

0.1.2

  • Dominic Watson - Updating PresideCMS install directories to reflect new versioning and system updates system

Collaborator Number Metric
            

0.1.2 failed this metric

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

Contributing File Metric
            

0.1.2 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.1.2 failed this metric

FC064: Ensure issues_url is set in metadata: presidecms/metadata.rb:1
FC065: Ensure source_url is set in metadata: presidecms/metadata.rb:1
FC066: Ensure chef_version is set in metadata: presidecms/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 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.1.2 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