syhe / dop_php

[Chef] setup of php as dop component

Home Page:http://ffuenf.github.io/dop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffuenf - code • design • e-commerce

dop_php

[GitHub tag][tag] [Build Status][travis] [PayPal Donate][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&currency_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

Compatibility

The master branch currently sticks to php5 (pecl oauth). Use the php7 branch for an up-to-date version.

Dependencies

This cookbook depends on the following community cookbooks.

  • apt
  • git
  • php
  • build-essential
  • dotdeb
  • composer
  • redisio

Platform

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.

Development

  1. Fork the repository from GitHub.

  2. Clone your fork to your local machine:

     $ git clone git@github.com:USER/dop_php.git
    
  3. Create a git branch

     $ git checkout -b my_bug_fix
    
  4. Write tests

  5. Make your changes/patches/fixes, committing appropriately

  6. Run the tests: rake style, rake spec, rake integration:vagrant

  7. Push your changes to GitHub

  8. Open a Pull Request

Testing

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.

License and Author

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.

About

[Chef] setup of php as dop component

http://ffuenf.github.io/dop


Languages

Language:Ruby 89.8%Language:HTML 8.0%Language:Shell 2.2%