recipiez 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/thin.rb +12 -1
- metadata +3 -3
data/lib/recipiez/version.rb
CHANGED
data/recipes/thin.rb
CHANGED
|
@@ -34,7 +34,18 @@ Capistrano::Configuration.instance(true).load do
|
|
|
34
34
|
task :restart, :roles => :app do
|
|
35
35
|
sudo "/usr/bin/ruby /usr/bin/thin restart -C /etc/thin/#{application}.yml"
|
|
36
36
|
end
|
|
37
|
-
|
|
37
|
+
|
|
38
|
+
desc "setup thin install and loads of other goodies, one stop shop!"
|
|
39
|
+
task :setup, :roles => :app do
|
|
40
|
+
recipiez::setup
|
|
41
|
+
nginx::configure
|
|
42
|
+
logrotate::configure
|
|
43
|
+
recipiez::bundler
|
|
44
|
+
recipiez::libxml
|
|
45
|
+
thin::install
|
|
46
|
+
thin::configure
|
|
47
|
+
monit::thin
|
|
48
|
+
end
|
|
38
49
|
|
|
39
50
|
end
|
|
40
51
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recipiez
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.4.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alastair Brunton
|