Update bootstraps for cloud foundry

This commit is contained in:
Dave Syer
2014-10-13 14:02:38 +01:00
parent 57bfe83c5c
commit 74b01c4967
2 changed files with 4 additions and 4 deletions

View File

@@ -24,13 +24,13 @@ $ gvm use springboot 1.1.5.RELEASE
then get the install command plugin (backported from Boot 1.2.0): then get the install command plugin (backported from Boot 1.2.0):
``` ```
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar $ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar
``` ```
install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`): install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`):
``` ```
$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib $ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
``` ```
and finally install the Spring Cloud plugin: and finally install the Spring Cloud plugin:

View File

@@ -16,13 +16,13 @@ $ gvm use springboot 1.1.5.RELEASE
then get the install command plugin (backported from Boot 1.2.0): then get the install command plugin (backported from Boot 1.2.0):
``` ```
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar $ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar
``` ```
install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`): install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`):
``` ```
$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib $ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
``` ```
and finally install the Spring Cloud plugin: and finally install the Spring Cloud plugin: