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
=== modified file 'htmldocs/getting-started.html'
--- htmldocs/getting-started.html 2013-10-10 01:00:24 +0000
+++ htmldocs/getting-started.html 2013-10-10 20:22:03 +0000
@@ -101,9 +101,10 @@
101 <div data-section="macosx">101 <div data-section="macosx">
102 <p>Juju is in <a href="http://brew.sh/">Homebrew</a>, to install do:</p>102 <p>Juju is in <a href="http://brew.sh/">Homebrew</a>, to install do:</p>
103 <pre class="prettyprint lang-bash">brew install juju</pre>103 <pre class="prettyprint lang-bash">brew install juju</pre>
104104 <!--
105 <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>105 <hr>
106 106 <h2>Building from source</h2>
107 <p class="note"><strong>Note:</strong> The following are for installing juju-core from source and are not required for normal users</p>
107 <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>108 <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>
108 <pre class="prettyprint lang-yaml">109 <pre class="prettyprint lang-yaml">
109brew install go bzr110brew install go bzr
@@ -115,6 +116,7 @@
115go get -v launchpad.net/juju-core/...116go get -v launchpad.net/juju-core/...
116export PATH=$PATH:$GOPATH/bin</pre>117export PATH=$PATH:$GOPATH/bin</pre>
117 <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>118 <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
119 -->
118 </div>120 </div>
119 <div data-section="windows">121 <div data-section="windows">
120 <p>Download and run the <a href="https://juju.ubuntu.com/install">Juju windows installer from here.</a></p>122 <p>Download and run the <a href="https://juju.ubuntu.com/install">Juju windows installer from here.</a></p>
121123
=== modified file 'htmldocs/tools-charm-tools.html'
--- htmldocs/tools-charm-tools.html 2013-10-10 01:00:24 +0000
+++ htmldocs/tools-charm-tools.html 2013-10-10 20:22:03 +0000
@@ -78,6 +78,7 @@
78 <section class="code-example code-overflow">78 <section class="code-example code-overflow">
79 <nav class="control">79 <nav class="control">
80 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>80 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>
81 <a href="." class="" data-action="osx">Mac OSX</a>
81 <a href="." class="" data-action="windows">Windows</a>82 <a href="." class="" data-action="windows">Windows</a>
82 </nav>83 </nav>
83 <div class="terminal-wrap">84 <div class="terminal-wrap">
@@ -86,6 +87,11 @@
86<pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable87<pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable
87sudo apt-get update && sudo apt-get install charm-tools</pre>88sudo apt-get update && sudo apt-get install charm-tools</pre>
88 </div>89 </div>
90 <div data-section="osx">
91 <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>
92 <p>To install, run the following:</p>
93 <pre class="prettyprint lang-bash">brew install juju</pre>
94 </div>
89 <div data-section="windows">95 <div data-section="windows">
90 <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>96 <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>
91 <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>97 <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