Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
8ad02024
Commit
8ad02024
authored
Oct 18, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4225 from marc0der/master
* pr/4225: Update all GVM references to SDKMAN!
parents
8db39140
673bde0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+13
-13
spring-boot-cli.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
+2
-2
No files found.
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
8ad02024
...
...
@@ -287,15 +287,15 @@ classpath is set correctly).
[[getting-started-
gvm
-cli-installation]]
==== Installation with
GVM
GVM (the Groovy Environmen
t Manager) can be used for managing multiple versions of
various
Groovy and Java binary packages, including Groovy itself
and the Spring Boot CLI.
Get
`gvm` from http://gvmtool.net
and install Spring Boot with
[[getting-started-
sdkman
-cli-installation]]
==== Installation with
SDKMAN!
SDKMAN! (The Software Development Ki
t Manager) can be used for managing multiple versions of
various
binary SDKs, including Groovy
and the Spring Boot CLI.
Get
SDKMAN! from http://sdkman.io
and install Spring Boot with
[indent=0,subs="verbatim,quotes,attributes"]
----
$
gvm
install springboot
$
sdk
install springboot
$ spring --version
Spring Boot v{spring-boot-version}
----
...
...
@@ -305,21 +305,21 @@ built, follow these extra instructions.
[indent=0,subs="verbatim,quotes,attributes"]
----
$
gvm
install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-{spring-boot-version}-bin/spring-{spring-boot-version}/
$
gvm use
springboot dev
$
sdk
install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-{spring-boot-version}-bin/spring-{spring-boot-version}/
$
sdk default
springboot dev
$ spring --version
Spring CLI v{spring-boot-version}
----
This will install a local instance of `spring` called the `dev` instance
inside your gvm
repository.
It points at your target build location, so every time you rebuild Spring
This will install a local instance of `spring` called the `dev` instance
.
It points at your target build location, so every time you rebuild Spring
Boot, `spring` will be up-to-date.
You can see it by doing this:
[indent=0,subs="verbatim,quotes,attributes"]
----
$
gvm
ls springboot
$
sdk
ls springboot
================================================================================
Available Springboot Versions
...
...
@@ -374,11 +374,11 @@ http://en.wikipedia.org/wiki/Zsh[zsh] shells. You can `source` the script (also
`spring`) in any shell, or put it in your personal or system-wide bash completion
initialization. On a Debian system the system-wide scripts are in `/shell-completion/bash`
and all scripts in that directory are executed when a new shell starts. To run the script
manually, e.g. if you have installed using
`GVM`
manually, e.g. if you have installed using
SDKMAN!
[indent=0]
----
$ . ~/.
gvm
/springboot/current/shell-completion/bash/spring
$ . ~/.
sdkman
/springboot/current/shell-completion/bash/spring
$ spring <HIT TAB HERE>
grab help jar run test version
----
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
View file @
8ad02024
...
...
@@ -13,8 +13,8 @@ a new project or write your own command for it.
[[cli-installation]]
== Installing the CLI
The Spring Boot CLI can be installed manually; using
GVM (the Groovy Environment
Manually)
or using Homebrew or MacPorts if you are an OSX user. See
The Spring Boot CLI can be installed manually; using
SDKMAN! (the SDK Manager)
or using Homebrew or MacPorts if you are an OSX user. See
_<<getting-started.adoc#getting-started-installing-the-cli>>_
in the "`Getting started`" section for comprehensive installation instructions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment