cookbook 'codenamephp_workstation_php', '= 1.1.1'
The codenamephp_workstation_php cookbook has been deprecated
Author provided reason for deprecation:
The codenamephp_workstation_php cookbook has been deprecated and is no longer being maintained by its authors. Use of the codenamephp_workstation_php cookbook is no longer recommended.
codenamephp_workstation_php (11) Versions 1.1.1 Follow0
Cookbook to install apache2
cookbook 'codenamephp_workstation_php', '= 1.1.1', :supermarket
knife supermarket install codenamephp_workstation_php
knife supermarket download codenamephp_workstation_php
Chef Workstation PHP
Sets up a PHP workstation including PHPStorm, configs, apache2, ...
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]" ] }
PHP and Apache
When PHP is installed, php-fpm is added automatically and the service is started. Therefore, Apache is installed with mpm_event.
Dependent cookbooks
codenamephp_apache2 ~> 2.0 |
codenamephp_dev ~> 2.4 |
codenamephp_docker ~> 3.0 |
codenamephp_mysql ~> 2.0 |
codenamephp_php ~> 4.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.