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

gotcms (6) Versions 0.2.0

Installs/Configures GotCms

Policyfile
Berkshelf
Knife
cookbook 'gotcms', '= 0.2.0', :supermarket
cookbook 'gotcms', '= 0.2.0'
knife supermarket install gotcms
knife supermarket download gotcms
README
Dependencies
Changelog
Quality 100%

GotCms Cookbook Build Status

The Chef GotCms cookbook installs and configures GotCms.

Requirements

Platform

Requires PHP 5.3.23 or later, we recommend using the latest PHP version whenever possible. So a recent linux distribution ;)

  • Ubuntu
  • Debian
  • RHEL/CentOS

Cookbooks

  • apt
  • apache2
  • build-essential
  • database
  • mysql
  • php
  • postgresql

Attributes

Key Type Description Default
gotcms['version'] String Version of GotCms to download. Use 'master', to download most recent version. master
gotcms['url'] String Url of GotCms to download. https://github.com/GotCms/GotCms/archive/#{node['gotcms']['version']}.tar.gz
gotcms['parent_dir'] String Parent directory to where GotCms will be extracted. node['apache']['docroot_dir']
gotcms['dir'] String Location to plage GotCms files. #{node['gotcms']['parent_dir']}/gotcms
gotcms['db']['driver'] String Driver of GotCms database (can be pdo_mysql or pdo_pgsql). pdo_mysql
gotcms['db']['username'] String Name of the GotCms database user. gotcmsuser
gotcms['db']['password'] String Password of the GotCms database user. gotcmspassword
gotcms['db']['name'] String Name of the GotCms database. gotcmsdb
gotcms['db']['host'] String Host of the GotCms database. localhost
gotcms['server_name'] String Server name for apache2 virtualhost. node['fqdn']
gotcms['server_aliases'] String Server aliases for apache2 virtualhost. [node['fqdn']]
gotcms['config']['language'] String Language to used. en_GB
gotcms['config']['website_name'] String Name of the website. GotCms
gotcms['config']['is_offline'] Boolean Set the website offline. false
gotcms['config']['admin_email'] String The admin email. demo@got-cms.com
gotcms['config']['admin_lastname'] String The admin last name. GotCms
gotcms['config']['admin_firstname'] String The admin first name. GotCms
gotcms['config']['admin_login'] String The admin login. demo
gotcms['config']['admin_password'] String The admin password. demo
gotcms['config']['template'] String The template to use for installation, can be silverblog, arcana, or photoartwork. arcana

Usage

gotcms::default

Just include gotcms in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[gotcms]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like issue_x)
  3. Write your change
  4. Write tests for your change
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Dependent cookbooks

apt >= 0.0.0
apache2 >= 0.0.0
build-essential ~> 2.0
database ~> 4.0.2
hostsfile >= 0.0.0
mysql ~> 6.0
php >= 0.0.0
postgresql >= 0.0.0
mysql2_chef_gem >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

GotCms CHANGELOG

This file is used to list changes made in each version of the gotcms cookbook.

0.1.3

  • #3 Missing gd extension

0.1.2

  • Use hostsfile cookbook instead of ruby_block to edit hosts file

0.1.1

  • Fix missing password for grant_database_user

0.1.0

  • Initial release of gotcms

Foodcritic Metric
            

0.2.0 passed this metric