[][tag] [][travis] [][paypal_donate] [tag]: https://github.com/ffuenf/dop_php/tags [travis]: https://travis-ci.org/ffuenf/dop_php [paypal_donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J2PQS2WLT2Y8W&item_name=dop%3a%20dop_php&item_number=dop_php¤cy_code=EUR
dop_php installs php and supports several modules in sub-recipes. opposed to the php community cookbook, it supports fpm, composer out-of-the-box
The master
branch currently sticks to php5 (pecl oauth). Use the php7
branch for an up-to-date version.
This cookbook depends on the following community cookbooks.
- apt
- git
- php
- build-essential
- dotdeb
- composer
- redisio
The following platforms are supported and tested:
- Debian 6.x
- Debian 7.x
- Debian 8.x
- Ubuntu 14.04.x
Other Debian family distributions are assumed to work.
-
Fork the repository from GitHub.
-
Clone your fork to your local machine:
$ git clone [email protected]:USER/dop_php.git
-
Create a git branch
$ git checkout -b my_bug_fix
-
Write tests
-
Make your changes/patches/fixes, committing appropriately
-
Run the tests:
rake style
,rake spec
,rake integration:vagrant
-
Push your changes to GitHub
-
Open a Pull Request
The following Rake tasks are provided for automated testing of the cookbook:
$ rake -T
rake integration:cloud # Run Test Kitchen with cloud plugins
rake integration:vagrant # Run Test Kitchen with Vagrant
rake spec # Run ChefSpec examples
rake style # Run all style checks
rake style:chef # Lint Chef cookbooks
rake style:ruby # Run Ruby style checks
rake travis # Run all tests on Travis
See TESTING.md for detailed information.
-
Author:: Achim Rosenhagen ([email protected])
-
Copyright:: 2015, ffuenf
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.