File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ or [docker-cloud.yaml](https://raw.githubusercontent.com/brooklyncentral/clocker
2020You can build a * Docker Cloud Infrastructure* running these commands:
2121``` Bash
2222 % wget --no-check-certificate --quiet \
23- -O brooklyn-clocker-examples-0.5.0 -dist.tar.gz http://git.io/hxy9fg
24- % tar zxf brooklyn-clocker-examples-0.5.0 -dist.tar.gz
25- % cd brooklyn-clocker-examples-0.5.0
23+ -O brooklyn-clocker-examples-0.6.1 -dist.tar.gz http://git.io/hxy9fg
24+ % tar zxf brooklyn-clocker-examples-0.6.1 -dist.tar.gz
25+ % cd brooklyn-clocker-examples-0.6.1
2626 % ./clocker.sh launch --cloud --location < location>
2727```
2828Where ` <location> ` can be e.g. ` jclouds:softlayer ` , or a named location or a fixed IP e.g. ` byon:(hosts="1.2.3.4") ` .
@@ -65,8 +65,8 @@ Build and run the examples as follows:
6565 % mvn assembly:single
6666 ...
6767 % cd target
68- % tar zxf brooklyn-clocker-examples-0.6 .0-SNAPSHOT-dist.tar.gz
69- % cd brooklyn-clocker-examples-0.6 .0-SNAPSHOT
68+ % tar zxf brooklyn-clocker-examples-0.7 .0-SNAPSHOT-dist.tar.gz
69+ % cd brooklyn-clocker-examples-0.7 .0-SNAPSHOT
7070 % ./clocker.sh launch --cloud --location <location>
7171 ...
7272```
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >brooklyn-clocker-parent</artifactId >
2424 <groupId >io.brooklyn.clocker</groupId >
25- <version >0.6.0 </version >
25+ <version >0.6.1 </version >
2626 <relativePath >../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >brooklyn-clocker-parent</artifactId >
2424 <groupId >io.brooklyn.clocker</groupId >
25- <version >0.6.0 </version >
25+ <version >0.6.1 </version >
2626 <relativePath >../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 3131
3232 <groupId >io.brooklyn.clocker</groupId >
3333 <artifactId >brooklyn-clocker-parent</artifactId >
34- <version >0.6.0 </version >
34+ <version >0.6.1 </version >
3535 <packaging >pom</packaging >
3636 <name >Clocker Project (Parent)</name >
3737 <description >
You can’t perform that action at this time.
0 commit comments