sunzi-rails 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -18
- data/lib/sunzi/version.rb +1 -1
- data/lib/templates/create/recipes/sysstat.sh +1 -0
- data/lib/templates/create/roles/admin.sh +1 -1
- data/sunzi.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7352a278de207b6cb7fc6f7f6036737098a38778
|
4
|
+
data.tar.gz: f389f62f048975d04d7f76cd4840304eae8201fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed4626cbfd6f70ac9fb06639a06b2be7707c37a73123a8f98405e3401e2789bf412c9fa55f665cd71fb1b5cb6faef7a2cdeaa93e0864a38c8937a47db4619b16
|
7
|
+
data.tar.gz: c22f84f8597fe50e63d2417928ced30de234342a6c3a6cdaf75f54b82ba4cf0d582733be54aed5560e8b9413c7ccbc9a06e1e887f6c67d273003b5d1037887e6
|
data/README.md
CHANGED
@@ -187,25 +187,8 @@ Vagrant
|
|
187
187
|
|
188
188
|
If you're using Sunzi with [Vagrant](http://vagrantup.com/), make sure that you have a root access via SSH.
|
189
189
|
|
190
|
-
|
191
|
-
|
192
|
-
```ruby
|
193
|
-
Vagrant.configure("2") do |config|
|
194
|
-
config.vm.provision "shell",
|
195
|
-
inline: "sudo echo 'root:vagrant' | /usr/sbin/chpasswd"
|
196
|
-
end
|
197
|
-
end
|
198
|
-
```
|
199
|
-
|
200
|
-
and now run `vagrant up`, it will change the root password to `vagrant`.
|
201
|
-
|
202
|
-
Also keep in mind that you need to specify the port number 2222 within `config/deploy/vagrant.rb`.
|
190
|
+
After `vagrant up`, connect with `vagrant ssh` and add your public ssh key `id_rsa.pub` to `~/.ssh/authorized_keys`.
|
203
191
|
|
204
192
|
```bash
|
205
193
|
$ sunzi-cap deploy vagrant deployer
|
206
194
|
```
|
207
|
-
|
208
|
-
Demonstration Videos
|
209
|
-
-------
|
210
|
-
|
211
|
-
You can watch video on how to deploy a Rails 4.1 app with Sunzi and Capistrano 3 at http://youtu.be/3mwupXqtkmg
|
data/lib/sunzi/version.rb
CHANGED
data/sunzi.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.name = 'sunzi-rails'
|
10
10
|
spec.version = Sunzi::VERSION
|
11
11
|
spec.authors = ['Kenn Ejima', 'Patrice Lebel']
|
12
|
-
spec.email = ['
|
12
|
+
spec.email = ['patrice@lebel.com']
|
13
13
|
spec.homepage = 'http://github.com/o2web/sunzi-rails'
|
14
14
|
spec.summary = %q{Server provisioning utility for minimalists}
|
15
15
|
spec.description = %q{Server provisioning utility for minimalists}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunzi-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kenn Ejima
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-01-
|
12
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -103,7 +103,7 @@ dependencies:
|
|
103
103
|
version: '0'
|
104
104
|
description: Server provisioning utility for minimalists
|
105
105
|
email:
|
106
|
-
-
|
106
|
+
- patrice@lebel.com
|
107
107
|
executables:
|
108
108
|
- sunzi-cap
|
109
109
|
extensions: []
|
@@ -167,4 +167,3 @@ signing_key:
|
|
167
167
|
specification_version: 4
|
168
168
|
summary: Server provisioning utility for minimalists
|
169
169
|
test_files: []
|
170
|
-
has_rdoc:
|