https://github.com/alt3/chef-php5-ppa
Chef cookbook for installing PHP 5.6 using Launchpad PPA
https://github.com/alt3/chef-php5-ppa
Last synced: 5 months ago
JSON representation
Chef cookbook for installing PHP 5.6 using Launchpad PPA
- Host: GitHub
- URL: https://github.com/alt3/chef-php5-ppa
- Owner: alt3
- License: mit
- Created: 2014-11-01T15:54:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T13:13:55.000Z (over 11 years ago)
- Last Synced: 2025-01-26T14:48:37.304Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# php5-ppa cookbook
[](https://travis-ci.org/alt3/chef-php5-ppa)
Installs PHP5.6 using [Ondřej Surý PPA](https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6).
# Supported Platforms
This cookbook is test-kitchen tested against the following platforms:
- ubuntu-14.04
# Depends
- Opscode [apt](https://github.com/opscode-cookbooks/apt) LWRP Cookbook
# Recipes
## php5-ppa::default
Installs PHP 5.6
# Contributing
1. Fork it ( https://github.com/alt3/chef-php5-ppa/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