Merge lp:~marcoceppi/juju-core/mac-osx-instruction-updates into lp:juju-core/docs

Proposed by Marco Ceppi
Status: Merged
Merged at revision: 145
Proposed branch: lp:~marcoceppi/juju-core/mac-osx-instruction-updates
Merge into: lp:juju-core/docs
Diff against target: 49 lines (+11/-3)
2 files modified
htmldocs/getting-started.html (+5/-3)
htmldocs/tools-charm-tools.html (+6/-0)
To merge this branch: bzr merge lp:~marcoceppi/juju-core/mac-osx-instruction-updates
Reviewer Review Type Date Requested Status
Jorge Castro (community) Approve
Review via email: mp+190478@code.launchpad.net

Description of the change

Fixes to Mac OSX instructions for Charm Tools and Juju

To post a comment you must log in.
Revision history for this message
Jorge Castro (jorge) wrote :

We're going to readd this information in a source tab instead.

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-10-10 01:00:24 +0000
3+++ htmldocs/getting-started.html 2013-10-10 20:22:03 +0000
4@@ -101,9 +101,10 @@
5 <div data-section="macosx">
6 <p>Juju is in <a href="http://brew.sh/">Homebrew</a>, to install do:</p>
7 <pre class="prettyprint lang-bash">brew install juju</pre>
8-
9- <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>
10-
11+ <!--
12+ <hr>
13+ <h2>Building from source</h2>
14+ <p class="note"><strong>Note:</strong> The following are for installing juju-core from source and are not required for normal users</p>
15 <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>
16 <pre class="prettyprint lang-yaml">
17 brew install go bzr
18@@ -115,6 +116,7 @@
19 go get -v launchpad.net/juju-core/...
20 export PATH=$PATH:$GOPATH/bin</pre>
21 <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
22+ -->
23 </div>
24 <div data-section="windows">
25 <p>Download and run the <a href="https://juju.ubuntu.com/install">Juju windows installer from here.</a></p>
26
27=== modified file 'htmldocs/tools-charm-tools.html'
28--- htmldocs/tools-charm-tools.html 2013-10-10 01:00:24 +0000
29+++ htmldocs/tools-charm-tools.html 2013-10-10 20:22:03 +0000
30@@ -78,6 +78,7 @@
31 <section class="code-example code-overflow">
32 <nav class="control">
33 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>
34+ <a href="." class="" data-action="osx">Mac OSX</a>
35 <a href="." class="" data-action="windows">Windows</a>
36 </nav>
37 <div class="terminal-wrap">
38@@ -86,6 +87,11 @@
39 <pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable
40 sudo apt-get update && sudo apt-get install charm-tools</pre>
41 </div>
42+ <div data-section="osx">
43+ <p>Charm Tools is available via <a href="http://brew.sh/" target="_blank">Homebrew</a>. Make sure you're running the latest version of homebrew before proceeding.</p>
44+ <p>To install, run the following:</p>
45+ <pre class="prettyprint lang-bash">brew install juju</pre>
46+ </div>
47 <div data-section="windows">
48 <p>Charm Tools is available for, and tested, on Microsoft Windows 7 and 8. While the installer may work on previous versions of Windows there is no guarentee.</p>
49 <p>To install, first download the Charm Tools installer from <a href="https://github.com/juju/charm-tools/releases/download/1.0.0/charm-tools_1.0.0.exe">Github</a>. Once downloaded, execute the installer and follow the on-screen prompts. After installation you can access Charm Tools either via the <code>charm</code> command or <code>juju charm</code> plugin from either the command line or powershell.</p>

Subscribers

People subscribed via source and target branches