alt3 / cakebox-builder

Sources used to generate the Cakebox (Vagrant) base box
MIT License
1 stars 1 forks source link

Cakebox Builder

The sources used to build the Cakebox Vagrant base box.

Requires:

Provisions:

PHP Modules

See node.json for a full list of all installed PHP modules.

Chef cookbooks

See Berksfile for a full list of all used cookbooks.

Test-kitchen

cd cakebox-builder
kitchen create
kitchen verify

Contributing

  1. Fork it ( https://github.com/alt3/cakebox-builder/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure test-kitchen and foodcritic tests pass
  4. Commit your changes (git commit -am 'Adds some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request