/devtools

A Chef cookbook of LAMP development tools

Primary LanguageRubyApache License 2.0Apache-2.0

Description

Recipes to support a LAMP development environment.

Requirements

Platform

  • Ubuntu

Cookbooks

  • apache2
  • mysql
  • php

Attributes

  • node['xdebug']['max_nesting_level'] = 100
  • node['xdebug']['scream'] = 0
  • node['xdebug']['cli_color'] = 1
  • node['xdebug']['var_display_max_children'] = 128
  • node['xdebug']['var_display_max_data'] = 512
  • node['xdebug']['var_display_max_depth'] = 3

Usage

Include desired recipes within with your role/environment.

License and Author

Author:: Nicholas Whitt (nick.whitt@gmail.com)

Copyright:: 2012-2013, Nicholas Whitt

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.