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
1ab287ef
Commit
1ab287ef
authored
Aug 07, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #244 from henrikhodne/hh-homebrew-docs-website
website: add documentation on installing through Homebrew
parents
20d04795
77a380d4
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 @
1ab287ef
...
@@ -50,3 +50,18 @@ environmental variable was not setup properly. Please go back and ensure
...
@@ -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.
that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go!
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 @
1ab287ef
...
@@ -53,3 +53,18 @@ environment variable was not setup properly. Please go back and ensure
...
@@ -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.
that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go!
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