Merge lp:~evarlast/juju-core/osx-homebrew-goget into lp:juju-core/docs

Proposed by Jay R. Wren
Status: Merged
Merged at revision: 53
Proposed branch: lp:~evarlast/juju-core/osx-homebrew-goget
Merge into: lp:juju-core/docs
Diff against target: 23 lines (+12/-1)
1 file modified
htmldocs/getting-started.html (+12/-1)
To merge this branch: bzr merge lp:~evarlast/juju-core/osx-homebrew-goget
Reviewer Review Type Date Requested Status
Mark Mims (community) Approve
Dimiter Naydenov (community) Approve
Review via email: mp+178379@code.launchpad.net

Description of the change

Describe how to use brew to install go and bzr, and go get from there to install juju on OSX

To post a comment you must log in.
Revision history for this message
Dimiter Naydenov (dimitern) wrote :

I'm not really qualified to verify the steps described (not Mac OS X at hand), but I think it's clear enough, if it's tested.

review: Approve
Revision history for this message
Mark Mims (mark-mims) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/getting-started.html'
2--- htmldocs/getting-started.html 2013-07-31 16:52:24 +0000
3+++ htmldocs/getting-started.html 2013-08-02 20:19:25 +0000
4@@ -133,7 +133,18 @@
5 </div>
6 <div data-section="macosx">
7 <p>You can grab the latest pre-relase OSX client from our <a href="https://github.com/juju/juju-core/releases">Github Page</a>. Uncompress the tarball, then you can run the <code>juju</code> command from the terminal. We're in the process of testing these builds to be production ready, so if you have a problem please <a href="https://bugs.launchpad.net/juju-core/+filebug">file a bug</a>.</p>
8- <p>Volunteers are needed to help put these in Macports or Homebrew. If you can help us out please <a href="https://lists.ubuntu.com/mailman/listinfo/juju">get in touch with us</a>.
9+ <p>Volunteers are needed to help put these in Macports or Homebrew. If you can help us out please <a href="https://lists.ubuntu.com/mailman/listinfo/juju">get in touch with us</a>.</p>
10+ <p>If you have go installed you can install juju using go get. You can install go via homebrew you'll need bzr too:</p>
11+ <pre>brew install go bzr
12+ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
13+ </pre>
14+ <p>Once you have go and bzr you can install juju:</p>
15+ <pre>mkdir $HOME/go
16+ export GOPATH=$HOME/go
17+ go get -v launchpad.net/juju-core/...
18+ export PATH=$PATH:$GOPATH/bin
19+ </pre>
20+ <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
21 </div>
22 </div>
23 </section>

Subscribers

People subscribed via source and target branches