Skip to content

Commit 00dd0dc

Browse files
committed
Add development section
1 parent 8f639c7 commit 00dd0dc

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,52 @@ php_fpm_pool "www" do
7777
end
7878
```
7979

80+
Development
81+
===========
82+
83+
### Requirements
84+
85+
* [Docker](https://www.docker.com/)
86+
87+
### Setup
88+
89+
To get all dependencies:
90+
91+
```
92+
bundle install
93+
```
94+
95+
### Test
96+
97+
To see available platforms:
98+
99+
```
100+
bundle exec rake -T
101+
```
102+
103+
To test particular platform:
104+
105+
```
106+
bundle exec rake kitchen:default-ubuntu-1604
107+
```
108+
109+
To test all platforms:
110+
111+
```
112+
bundle exec rake kitchen:all
113+
```
114+
115+
### Publishing (maintainers only!)
116+
117+
Bump version in metadata.rb, commit and push to master!
118+
119+
```
120+
bundle exec rake publish
121+
```
122+
123+
as a result new tag will be created and pushed to github as well as new version
124+
will be published on https://supermarket.chef.io
125+
80126
License and Author
81127
==================
82128

0 commit comments

Comments
 (0)