capium 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -0
- metadata +5 -5
data/README.md
CHANGED
@@ -5,6 +5,7 @@ If you want to get the most out of Capistrano and you do not want to have to dea
|
|
5
5
|
## Assumptions
|
6
6
|
|
7
7
|
+ A Lithium app
|
8
|
+
+ You don't have Lithium core library as a submodule in your application `libraries` folder, as you don't want to clone Lithium core each time you deploy your app (a couple times a day if you are as cool as Lithium!). Capium clones a fresh Lithium copy the first time you setup your deployment to a shared libraries path, then sets this path as `LITHIUM_LIBRARY_PATH` in your `/config/bootstrap/libraries.php` file.
|
8
9
|
+ Must have SSH access to the server you are deploying to.
|
9
10
|
+ You either have the same password to all target machines, or you have public keys in place to allow passwordless access to them.
|
10
11
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,19 +9,19 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-10-
|
12
|
+
date: 2011-10-25 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|
16
|
-
requirement: &
|
16
|
+
requirement: &70281785269540 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.8.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70281785269540
|
25
25
|
description: Lithium app deployment using Capistrano made easy
|
26
26
|
email: mehdi@lahmam.com
|
27
27
|
executables: []
|