vlad 2.2.4 → 2.2.5
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/History.txt +6 -0
- data/README.txt +1 -1
- data/doco/variables.txt +0 -21
- data/lib/vlad/rails.rb +1 -1
- data/lib/vlad.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +10 -10
- metadata.gz.sig +0 -0
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -16,7 +16,7 @@ Impale your application on the heartless spike of the Deployer.
|
|
|
16
16
|
== FEATURES/PROBLEMS
|
|
17
17
|
|
|
18
18
|
* Full deployment automation stack.
|
|
19
|
-
* Turnkey deployment for
|
|
19
|
+
* Turnkey deployment for passenger+apache+svn.
|
|
20
20
|
* Supports single server deployment with just 3 variables defined.
|
|
21
21
|
* Built on rake. Easy. Engine is small.
|
|
22
22
|
* Very few dependencies. All simple.
|
data/doco/variables.txt
CHANGED
|
@@ -51,27 +51,6 @@ umask:: Sets your umask value. Defaults to "02".
|
|
|
51
51
|
web_command:: Command to execute when controlling the web server.
|
|
52
52
|
Defaults to "apachectl".
|
|
53
53
|
|
|
54
|
-
== Mongrel App Variables:
|
|
55
|
-
|
|
56
|
-
mongrel_address:: Defaults to "127.0.0.1"
|
|
57
|
-
mongrel_clean:: Defaults to false
|
|
58
|
-
mongrel_command:: Defaults to 'mongrel_rails'
|
|
59
|
-
mongrel_conf:: Defaults to "#{shared_path}/mongrel_cluster.conf"
|
|
60
|
-
mongrel_config_script:: Defaults to nil
|
|
61
|
-
mongrel_environment:: Defaults to "production"
|
|
62
|
-
mongrel_group:: Defaults to nil
|
|
63
|
-
mongrel_log_file:: Defaults to nil
|
|
64
|
-
mongrel_pid_file:: Defaults to nil
|
|
65
|
-
mongrel_port:: Defaults to 8000
|
|
66
|
-
mongrel_prefix:: Defaults to nil
|
|
67
|
-
mongrel_servers:: Defaults to 2
|
|
68
|
-
mongrel_user:: Defaults to nil
|
|
69
|
-
|
|
70
|
-
== Perforce SCM Variables:
|
|
71
|
-
|
|
72
|
-
p4_cmd:: The perforce command to use. Defaults to "p4"
|
|
73
|
-
source:: A perforce SCM worker instance.
|
|
74
|
-
|
|
75
54
|
== Subversion SCM Variables:
|
|
76
55
|
|
|
77
56
|
source:: A subversion SCM worker instance.
|
data/lib/vlad/rails.rb
CHANGED
|
@@ -12,7 +12,7 @@ namespace :vlad do
|
|
|
12
12
|
desc "Run the migrate rake task for the the app. By default this is run in
|
|
13
13
|
the latest app directory. You can run migrations for the current app
|
|
14
14
|
directory by setting :migrate_target to :current. Additional environment
|
|
15
|
-
variables can be passed to rake via the
|
|
15
|
+
variables can be passed to rake via the migrate_args variable.".cleanup
|
|
16
16
|
|
|
17
17
|
# No application files are on the DB machine, also migrations should only be
|
|
18
18
|
# run once.
|
data/lib/vlad.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vlad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 2.2.
|
|
9
|
+
- 5
|
|
10
|
+
version: 2.2.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -38,7 +38,7 @@ cert_chain:
|
|
|
38
38
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
39
39
|
-----END CERTIFICATE-----
|
|
40
40
|
|
|
41
|
-
date:
|
|
41
|
+
date: 2012-02-22 00:00:00 Z
|
|
42
42
|
dependencies:
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: rake
|
|
@@ -78,11 +78,11 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ~>
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
hash:
|
|
81
|
+
hash: 21
|
|
82
82
|
segments:
|
|
83
83
|
- 2
|
|
84
|
-
-
|
|
85
|
-
version: "2.
|
|
84
|
+
- 11
|
|
85
|
+
version: "2.11"
|
|
86
86
|
type: :development
|
|
87
87
|
version_requirements: *id003
|
|
88
88
|
- !ruby/object:Gem::Dependency
|
|
@@ -108,11 +108,11 @@ dependencies:
|
|
|
108
108
|
requirements:
|
|
109
109
|
- - ~>
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
hash:
|
|
111
|
+
hash: 31
|
|
112
112
|
segments:
|
|
113
113
|
- 2
|
|
114
|
-
-
|
|
115
|
-
version: "2.
|
|
114
|
+
- 14
|
|
115
|
+
version: "2.14"
|
|
116
116
|
type: :development
|
|
117
117
|
version_requirements: *id005
|
|
118
118
|
description: |-
|
metadata.gz.sig
CHANGED
|
Binary file
|