Cookbook used for Cakebox customizations.
This cookbook is kitchen-tested against the following platforms:
- ubuntu-14.04
- Attributes: see attributes/default.rb
- Dependencies: see Berksfile
See recipe for full details:
- Configures SSL/https for catchall website
- Disables SSH username/password logins
- Pre-configures known_hosts
- Creates and configures ~/Apps directory for vagrant user
- Sets CakePHP as the default PHPCS coding standard
- Creates /var/log/app to support FriendsOfCake app-template file caching on Vagrant
- Installs acl so users can use setfacl to set permissions as described in The Book
cd chef-cakebox
kitchen create
kitchen verify
- Fork it ( https://github.com/alt3/chef-cakebox/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Make sure test-kitchen and foodcritic tests pass
- Commit your changes (
git commit -am 'Adds some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request