File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,52 @@ php_fpm_pool "www" do
77
77
end
78
78
```
79
79
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
+
80
126
License and Author
81
127
==================
82
128
You can’t perform that action at this time.
0 commit comments