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

The radiant cookbook has been deprecated

Author provided reason for deprecation:

The radiant cookbook has been deprecated and is no longer being maintained by its authors. Use of the radiant cookbook is no longer recommended.

RSS

radiant (9) Versions 0.9.0

Installs radiant from Git repository

Policyfile
Berkshelf
Knife
cookbook 'radiant', '= 0.9.0', :supermarket
cookbook 'radiant', '= 0.9.0'
knife supermarket install radiant
knife supermarket download radiant
README
Dependencies
Quality -%
= DESCRIPTION: Installs RadiantCMS, a Ruby on Rails content management system. = CHANGELOG: Changes to note in this version (from COOK-117). * added gem install capabilities * default to gem install * removed dependency on ezmobius/chef-deploy (use deploy provider instead) * fixed tiny error in attributes. * updated attribute syntax = REQUIREMENTS: == Platform: Tested on Ubuntu 9.04, uses the Opscode Apache2 cookbook which is Ubuntu/Debian specific. Requires Chef 0.7.12 for Deploy resource when installing from Radiant's git repo. == Cookbooks: Opscode cookbooks (http://github.com/opscode/cookbooks/tree/master) * git * sqlite * rails * apache2 = ATTRIBUTES: * radiant[:edge] - Do a deploy from github repo if true, use gems if false, default false. * radiant[:branch] - Branch to deploy from, default HEAD. * radiant[:migrate] - Whether to do a database migration, default false. * radiant[:migrate_command] - Command to do a database migration, default 'rake db:migrate'. * radiant[:environment] - Rails environment to use, default is production. * radiant[:revision] - Revision to deploy, default HEAD. * radiant[:action] - Whether to deploy, rollback or nothing, default nothing. = USAGE: This recipe uses SQLite3 for the database by default. To set up the default database to get Radiant rolling, run a db:bootstrap by changing the radiant[:migrate] command to the following in the webui: yes | rake production db:bootstrap \ ADMIN_NAME=Administrator \ ADMIN_USERNAME=admin \ ADMIN_PASSWORD=radiant \ DATABASE_TEMPLATE=empty.yml Change as required for your environment. If the target system doesn't have /usr/bin/yes, use echo 'yes' instead. Radiant supports other database backends. We don't yet have automation ready to set up a database user and grant privileges, or creating the database itself. = 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
passenger_apache2 >= 0.0.0
mysql >= 0.0.0
sqlite >= 0.0.0
git >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found