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

redmine (3) Versions 0.8.0

Installs and configures redmine as a Rails app in passenger+apache2

Policyfile
Berkshelf
Knife
cookbook 'redmine', '= 0.8.0', :supermarket
cookbook 'redmine', '= 0.8.0'
knife supermarket install redmine
knife supermarket download redmine
README
Dependencies
Quality -%
= DESCRIPTION: Installs Redmine, a Ruby on Rails ticket tracking and wiki tool. = REQUIREMENTS: == Platform: Tested on Ubuntu 9.04, uses the Opscode Apache2 cookbook which is Ubuntu/Debian specific. == Cookbooks: Opscode cookbooks (http://github.com/opscode/cookbooks/tree/master) * git * sqlite * mysql * rails * passenger_apache2 * apache2 = ATTRIBUTES: * redmine[:dl_id] - download id on the rubyforge page, needs to be updated on new redmine releases. * redmine[:version] - release version of redmine to use. * redmine[:dir] - directory where redmine will be installed. * redmine[:db][:type] - type of database to use, default is sqlite. mysql or postgresql can be used, but the recipe will need to modified, and the next three attributes adjusted. * redmine[:db][:user] - database user to connect as, default is redmine. * redmine[:db][:password] - password for the user, default is a random string. * redmine[:db][:hostname] - hostname of database server, default is localhost. = USAGE: Including this recipe in a run_list, role or on a node will install Redmine as a Passenger application under Apache2. include_recipe "redmine" You'll probably want to customize it to fit your environment, as a site-cookbook, especially if you want to use something besides sqlite as the database backend. The attributes file has database_master commented out as an example start on using a node search to determine a database host. See the Chef wiki regarding searches for more information. http://wiki.opscode.com/display/chef/Search+Indexes = LICENSE and AUTHOR: Author:: Joshua Timberman (<joshua@opscode.com>) Copyright:: 2009, Opscode, Inc. 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
mysql >= 0.0.0
passenger_apache2 >= 0.0.0
sqlite >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found