cookbook 'codenamephp_workstation_php', '~> 2.0.1', :supermarket
codenamephp_workstation_php (6) Versions 2.0.1 Follow0
Cookbook to install apache2
cookbook 'codenamephp_workstation_php', '~> 2.0.1'
knife supermarket install codenamephp_workstation_php
knife supermarket download codenamephp_workstation_php
Chef Workstation PHP
Sets up a PHP workstation for PHP development with docker and PHPStorm.
Requirements
Supported Platforms
- Debian Stretch
Chef
- Chef 13.0+
Cookbook Depdendencies
Usage
Add the cookbook to your Berksfile:
cookbook 'codenamephp_workstation_php'
Add the cookbook to your runlist, e.g. in a role:
{
"name": "default",
"chef_type": "role",
"json_class": "Chef::Role",
"run_list": [
"recipe[codenamephp_workstation_php]"
]
}
Dependent cookbooks
codenamephp_docker ~> 3.0 |
codenamephp_dev ~> 3.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.