ciinabox-ecs 0.2.12.alpha.1531204953 → 0.2.12.alpha.1531204956
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ca03999eb345f623b24c90a729b96044381b8ed583ec3768edcac55d371794b
|
4
|
+
data.tar.gz: 68cb95107df2fcea8d92de1b71ef85afaa86122c457489a983053373d7160171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0df8ae397f57fdccb47f713a2059d18d24c49d9a803822713d4afe71fc88220d2c33368d5f35adcdc706fe8a3749319935acc8fcb55562b57509745a91ab7a68
|
7
|
+
data.tar.gz: ae5638fd976b278d00585d5d9cff1b3a99b849e14261f3d366e1852f7e4a023a036dd02e643aed4c54d64f194653d05526bbe9961f5fd5b88ad70bf6faaf1b6c
|
data/README.md
CHANGED
@@ -197,13 +197,13 @@ $ ciinabox-ecs full_install
|
|
197
197
|
|
198
198
|
9. Create/Lanuch ciinabox environment
|
199
199
|
```bash
|
200
|
-
$ ciinabox-ecs create
|
200
|
+
$ ciinabox-ecs create [ciinabox_name]
|
201
201
|
Starting updating of ciinabox environment
|
202
202
|
# checking status using
|
203
|
-
$ ciinabox-ecs status
|
204
|
-
|
203
|
+
$ ciinabox-ecs status [ciinabox_name]
|
204
|
+
[ciinabox_name] ciinabox is in state: CREATE_IN_PROGRESS
|
205
205
|
# When your ciinabox environment is ready the status will be
|
206
|
-
|
206
|
+
[ciinabox_name] ciinabox is alive!!!!
|
207
207
|
ECS cluster private ip:10.xx.xx.xx
|
208
208
|
```
|
209
209
|
You can access jenkins using http://jenkins.myciinabox.com
|