@@ -12,7 +12,7 @@ Docker Cloud infrastructure.
1212This repository contains all of the required Brooklyn entities, locations and examples.
1313
1414<!-- CLOCKER_VERSION_BELOW -->
15- [ ![ Build Status] ( https://api.travis-ci.org/brooklyncentral/clocker.svg?branch=master )] ( https://travis-ci.org/brooklyncentral/clocker )   ; [ ![ Latest Builds] ( http://img.shields.io/badge/version-1.1 .0--SNAPSHOT-blue.svg?style=flat )] ( http://clocker-latest.s3-website-eu-west-1.amazonaws.com/ )   ; [ ![ Gitter] (https://badges.gitter.im/Join Chat.svg)] ( https://gitter.im/brooklyncentral/clocker )   ; [ ![ Docker Image] ( https://badge.imagelayers.io/clockercentral/clocker:1.1.0-PREVIEW.20160402. svg )] ( https://imagelayers.io/?images=clockercentral/clocker:1.1.0-PREVIEW.20160402 )
15+ [ ![ Build Status] ( https://api.travis-ci.org/brooklyncentral/clocker.svg?branch=master )] ( https://travis-ci.org/brooklyncentral/clocker )   ; [ ![ Latest Builds] ( http://img.shields.io/badge/version-1.2 .0--SNAPSHOT-blue.svg?style=flat )] ( http://clocker-latest.s3-website-eu-west-1.amazonaws.com/ )   ; [ ![ Gitter] (https://badges.gitter.im/Join Chat.svg)] ( https://gitter.im/brooklyncentral/clocker )   ; [ ![ Docker Image] ( https://badge.imagelayers.io/clockercentral/clocker:1.1.0. svg )] ( https://imagelayers.io/?images=clockercentral/clocker:1.1.0 )
1616
1717## Getting started
1818
@@ -34,12 +34,12 @@ depending on your choice of SDN provider.
3434### Using the latest Clocker release
3535
3636<!-- CLOCKER_VERSION_BELOW -->
37- The latest version of Clocker is [ 1.1.0-PREVIEW.20160402 ] ( https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0-PREVIEW.20160402 ) .
37+ The latest version of Clocker is [ 1.1.0] ( https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0 ) .
3838You can deploy your own ** Docker Cloud** with a Weave SDN by running these commands with the _ network_ argument
3939set to ` weave ` , to use Project Calico as your SDN provider, change the last argument to ` calico ` instead:
4040``` Bash
4141% wget --no-check-certificate --quiet \
42- -O brooklyn-clocker-dist.tar.gz http://git.io/v2rFC
42+ -O brooklyn-clocker-dist.tar.gz http://git.io/vwPri
4343% tar zxf brooklyn-clocker-dist.tar.gz
4444% cd brooklyn-clocker
4545% ./bin/clocker.sh location network
@@ -62,7 +62,7 @@ _jclouds:softlayer:sjc01_, a group of machines as _byon:(hosts="10.1.2.3,10.1.2.
6262location from your ` brooklyn.properties ` file as _ named: alias_ .
6363
6464For all cloud locations you must first configure the ` ~/.brooklyn/brooklyn.properties ` file with any
65- necessary credentials and security details, and select an SSH key (defaulting to ` ~/.ssh/id_rsa ` ).
65+ necessary credentials and security details, and select an SSH key (defaulting to ` ~/.ssh/id\_rsa ` ).
6666A basic ` brooklyn.properties ` file should look like the following:
6767
6868``` properties
@@ -124,7 +124,7 @@ Build and run this version of Clocker from source as follows:
124124% cd clocker
125125% mvn clean install
126126...
127- % tar zxf examples /target/brooklyn-clocker-dist.tar.gz
127+ % tar zxf dist /target/brooklyn-clocker-dist.tar.gz
128128% cd brooklyn-clocker
129129% ./bin/clocker.sh location network
130130...
0 commit comments