Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
77a380d4
Commit
77a380d4
authored
Aug 03, 2013
by
Henrik Hodne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: document Homebrew installation process [GH-227]
parent
8a3ee293
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
website/source/docs/installation.html.markdown
website/source/docs/installation.html.markdown
+15
-0
website/source/intro/getting-started/setup.html.markdown
website/source/intro/getting-started/setup.html.markdown
+15
-0
No files found.
website/source/docs/installation.html.markdown
View file @
77a380d4
...
...
@@ -50,3 +50,18 @@ environmental variable was not setup properly. Please go back and ensure
that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go!
## Alternative Installation Methods
While the binary packages is the only official method of installation, there
are alternatives available.
### Homebrew
If you're using OS X and
[
Homebrew
](
http://brew.sh
)
, you can install Packer by
adding the
`binary`
tap:
```
$ brew tap homebrew/binary
$ brew install packer
```
website/source/intro/getting-started/setup.html.markdown
View file @
77a380d4
...
...
@@ -53,3 +53,18 @@ environment variable was not setup properly. Please go back and ensure
that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go!
## Alternative Installation Methods
While the binary packages is the only official method of installation, there
are alternatives available.
### Homebrew
If you're using OS X and
[
Homebrew
](
http://brew.sh
)
, you can install Packer by
adding the
`binary`
tap:
```
$ brew tap homebrew/binary
$ brew install packer
```
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