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

passenger_apache2 (37) Versions 0.14.0

Installs Passenger for Apache2

Policyfile
Berkshelf
Knife
cookbook 'passenger_apache2', '= 0.14.0', :supermarket
cookbook 'passenger_apache2', '= 0.14.0'
knife supermarket install passenger_apache2
knife supermarket download passenger_apache2
README
Dependencies
Quality -%
= DESCRIPTION: Installs passenger for Rails / Rack / Merb hosting. = REQUIREMENTS: == Platform: Tested on Ubuntu 8.10. May work on other platforms, esp Ubuntu/Debian. May need work to function on CentOS/Fedora/RHEL. == Cookbooks: Opscode cookbooks, http://github.com/opscode/cookbooks/tree/master: * ruby * apache2 (web_app) * rails = ATTRIBUTES: * passenger[:version] - Specify the version of passenger to install. * passenger[:root_path] - The location of the passenger gem. * passenger[:module_path] - The location of the compiled passenger apache module. * passenger[:apache_load_path] - File to use for loading the passenger apache module. * passenger[:apache_conf_path] - Additional passenger module configuration. The last two are activated with apache_module. = USAGE: For example, to run a Rails application on passenger: include_recipe "rails" include_recipe "passenger" web_app "myproj" do docroot "/srv/myproj/public" server_name "myproj.#{node[:domain]}" server_aliases [ "myproj", node[:hostname] ] rails_env "production" end A sample config template is provided, web_app.conf.erb. If this is suitable for your application, add 'cookbook "passenger"' to the define above to use that template. Otherwise, copy the template to the cookbook where you're using web_app, and modify as needed. The cookbook parameter is optional, if omitted it will search the cookbook where the define is used. = LICENSE and AUTHOR: Author:: Joshua Timberman (<joshua@opscode.com>) Author:: Joshua Sierles (<joshua@37signals.com>) Author:: Michael Hale (<mikehale@gmail.com>) Copyright:: 2009, Opscode, Inc Copyright:: 2009, 37signals Coprighty:: 2009, Michael Hale Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependent cookbooks

rails >= 0.0.0
packages >= 0.0.0
apache2 >= 0.0.0
ruby >= 0.0.0

Contingent cookbooks

application Applicable Versions
application_ruby Applicable Versions
chef Applicable Versions
gitorious Applicable Versions
instiki Applicable Versions
jently Applicable Versions
open-build-service Applicable Versions
radiant Applicable Versions
redmine Applicable Versions
stoplight Applicable Versions

No quality metric results found