Update cookbooks for Ubuntu 16.04 TLS

This commit is contained in:
Greg Karékinian
2017-03-31 19:20:00 +02:00
parent 6430d71006
commit 8923d0d7ef
219 changed files with 2770 additions and 11511 deletions

View File

@@ -77,6 +77,57 @@ php_fpm_pool "www" do
end
```
Development
===========
### Requirements
* [Docker](https://www.docker.com/)
### Setup
To get all dependencies:
```
bundle install
```
### Test
To see available platforms:
```
bundle exec rake -T
```
To test particular platform:
```
bundle exec rake kitchen:default-ubuntu-1604
```
To test all platforms:
```
bundle exec rake kitchen:all
```
### Publishing (maintainers only!)
Bump version in metadata.rb, commit and push to master!
```
bundle exec rake publish
```
as a result new tag will be created and pushed to github as well as new version
will be published on https://supermarket.chef.io
Contributing
===========
Please do not bump version when proposing a change, no other rules ;)
License and Author
==================