itamae-plugin-recipe-nginx_build 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e722fe0602d40022384d75cedc85b8b9c784c259
|
4
|
+
data.tar.gz: 34bd61da05ae005644e18073f45598752179d530
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee024e2d1b408f210f33c0a056de33644e3dcf08ea93455a5c65f2be651525d6c4aac2f7e93e2f7557ee2765fb79a8fc507cff94e3a11d053402d7b1690e2c2f
|
7
|
+
data.tar.gz: 4268c9935813e96abc5da7242050219e78b746ab3338b18ff411e03e3754f1d08d4dbf1d2ab61876aeaa52c3dbb39a02c6854793d9812a930067a4f2264a5701
|
data/README.md
CHANGED
@@ -23,6 +23,15 @@ Or install it yourself as:
|
|
23
23
|
### Install
|
24
24
|
|
25
25
|
```ruby
|
26
|
+
%w(
|
27
|
+
git
|
28
|
+
gcc
|
29
|
+
openssl-devel
|
30
|
+
ImageMagick-devel # ngx_small_light optional
|
31
|
+
).each do |pkg|
|
32
|
+
package pkg
|
33
|
+
end
|
34
|
+
|
26
35
|
include_recipe "nginx_build"
|
27
36
|
include_recipe "nginx_build::install"
|
28
37
|
```
|
@@ -32,6 +41,8 @@ include_recipe "nginx_build::install"
|
|
32
41
|
all parameter is optional.
|
33
42
|
|
34
43
|
```yaml
|
44
|
+
server:
|
45
|
+
user: ec2-user
|
35
46
|
nginx_build:
|
36
47
|
build_user: ec2-user
|
37
48
|
platform: linux ( or darwin )
|
@@ -51,11 +62,16 @@ nginx_build:
|
|
51
62
|
form: git
|
52
63
|
url: https://github.com/FRiCKLE/ngx_cache_purge.git
|
53
64
|
rev: 2.3
|
65
|
+
-
|
66
|
+
name: ngx_small_light
|
67
|
+
form: git
|
68
|
+
url: https://github.com/cubicdaiya/ngx_small_light.git
|
69
|
+
rev: v0.6.15
|
70
|
+
shprov: ./setup
|
54
71
|
configure_path: /usr/local/nginx_build/configure.sh
|
55
72
|
modules3rd_path: /usr/local/nginx_build/modules3rd.ini
|
56
73
|
```
|
57
74
|
|
58
75
|
## Contributing
|
59
76
|
|
60
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
61
|
-
|
77
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/zaru/itamae-plugin-recipe-nginx_build.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-nginx_build
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zaru
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|