https://github.com/mastermindg/heatlamp
Chef Cookbook to Deploy a LAMP server on Chef 12
https://github.com/mastermindg/heatlamp
Last synced: 19 days ago
JSON representation
Chef Cookbook to Deploy a LAMP server on Chef 12
- Host: GitHub
- URL: https://github.com/mastermindg/heatlamp
- Owner: mastermindg
- License: other
- Created: 2016-10-07T19:40:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T18:12:17.000Z (over 9 years ago)
- Last Synced: 2025-02-25T06:27:20.514Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heatlamp Cookbook
[](https://travis-ci.org/chef-cookbooks/heatlamp [](https://supermarket.chef.io/cookbooks/heatlamp)
The heatlamp Cookobook is a role cookbook that provides a LAMP (Linux, Apache, MySQL, PHP)server using the most recent MySQL, Apache and PHP cookbooks
Currently we are using the following versions:
- MySQL 8.0.4 https://github.com/chef-cookbooks/mysql
- Aapach2 3.2.2 https://github.com/svanzoest-cookbooks/apache2/
- PHP 2.1.1 https://github.com/chef-cookbooks/php
Helper Cookbooks:
- Database (Creates the database and users) 6.0.0 https://github.com/chef-cookbooks/database
## Requirements
- Chef 12.5 or higher
- Network accessible package repositories
- 'recipe[selinux::disabled]' on RHEL platforms
## Component Versions
- MySQL 5.7
- Apache 2.4
- PHP 7.0 (Installs from source to avoid package conflicts on earlier distros)