ciinabox-ecs 0.2.12.alpha.1531204953 → 0.2.12.alpha.1531204956

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b5f136cd3c19f3bb4ec6f8e8f2e6af4a5e3b2b4b18e46448499d666a82bec84
4
- data.tar.gz: 364b269b46ec02cd1330625cb823de1780e61afe15fe271cfd545f92cd335e01
3
+ metadata.gz: 8ca03999eb345f623b24c90a729b96044381b8ed583ec3768edcac55d371794b
4
+ data.tar.gz: 68cb95107df2fcea8d92de1b71ef85afaa86122c457489a983053373d7160171
5
5
  SHA512:
6
- metadata.gz: 5af3f867c4ab4a98679fe5382287e742bea94ed70b22c0bf11b226f810e33d53cb675d5c63253cd8695d59baaaa64170819e9abd517d21adf56150593ca54670
7
- data.tar.gz: ead009b8f1863e818d8ab2ad85a19c1d0131fd59417d1f6ed50a614a65bee97758d8310f54a43fcffe0f8d43e0f3e38916ec5a9da3835bfd3ce997ab3785c3a4
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 base2
200
+ $ ciinabox-ecs create [ciinabox_name]
201
201
  Starting updating of ciinabox environment
202
202
  # checking status using
203
- $ ciinabox-ecs status base2
204
- base2 ciinabox is in state: CREATE_IN_PROGRESS
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
- base2 ciinabox is alive!!!!
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciinabox-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12.alpha.1531204953
4
+ version: 0.2.12.alpha.1531204956
5
5
  platform: ruby
6
6
  authors:
7
7
  - Base2Services