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
c0d5ad0f
Commit
c0d5ad0f
authored
Dec 28, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2250 from breun/master
* pull2250: Add docs for Spring Boot CLI via MacPorts
parents
c7cfdbe2
6248d8c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+14
-2
spring-boot-cli.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
c0d5ad0f
...
...
@@ -353,6 +353,18 @@ Just execute `brew update` and try again.
[[getting-started-macports-cli-installation]]
==== MacPorts installation
If you are on a Mac and using http://www.macports.org/[MacPorts], all you need to do to
install the Spring Boot CLI is:
[indent=0]
----
$ sudo port install spring-boot-cli
----
[[getting-started-cli-command-line-completion]]
==== Command-line completion
Spring Boot CLI ships with scripts that provide command completion for
...
...
@@ -370,8 +382,8 @@ manually, e.g. if you have installed using `GVM`
grab help jar run test version
----
NOTE: If you install Spring Boot CLI using Homebrew
, the command-line completion scripts
are automatically registered with your shell.
NOTE: If you install Spring Boot CLI using Homebrew
or MacPorts, the command-line
completion scripts
are automatically registered with your shell.
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
View file @
c0d5ad0f
...
...
@@ -14,7 +14,7 @@ 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 if you are an OSX user. See
Manually) 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