Merge lp:~marcoceppi/juju-core/doc-charm-tools-windows into lp:juju-core/docs

Proposed by Marco Ceppi
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merged at revision: 116
Proposed branch: lp:~marcoceppi/juju-core/doc-charm-tools-windows
Merge into: lp:juju-core/docs
Diff against target: 80 lines (+8/-23)
3 files modified
htmldocs/css/main.css (+1/-0)
htmldocs/navigation.html (+2/-2)
htmldocs/tools-charm-tools.html (+5/-21)
To merge this branch: bzr merge lp:~marcoceppi/juju-core/doc-charm-tools-windows
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+186076@code.launchpad.net

Description of the change

Add Windows instructions to the charm-tools docs

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'htmldocs/css/main.css'
--- htmldocs/css/main.css 2013-09-17 15:11:57 +0000
+++ htmldocs/css/main.css 2013-09-17 15:34:08 +0000
@@ -457,6 +457,7 @@
457 height: 1px;457 height: 1px;
458 margin: 0;458 margin: 0;
459 box-shadow: none;459 box-shadow: none;
460 border: 0;
460 border-bottom: 1px dotted #aea79f;461 border-bottom: 1px dotted #aea79f;
461}462}
462463
463464
=== modified file 'htmldocs/navigation.html'
--- htmldocs/navigation.html 2013-09-16 15:59:14 +0000
+++ htmldocs/navigation.html 2013-09-17 15:34:08 +0000
@@ -41,9 +41,9 @@
41 <li class=" sub"><a href="authors-charm-icon.html">Charm Icons</a></li>41 <li class=" sub"><a href="authors-charm-icon.html">Charm Icons</a></li>
42 </ul>42 </ul>
43 43
44 <h1>Additional Tools</h1>44 <h1>Tools</h1>
45 <ul class="no-margin">45 <ul class="no-margin">
46 <li class=""><a href="tools-charm-tools.html">Charm-tools</a></li>46 <li class=""><a href="tools-charm-tools.html">Charm Tools</a></li>
47 </ul>47 </ul>
48 48
49 <h1>Reference</h1>49 <h1>Reference</h1>
5050
=== modified file 'htmldocs/tools-charm-tools.html'
--- htmldocs/tools-charm-tools.html 2013-09-16 15:59:14 +0000
+++ htmldocs/tools-charm-tools.html 2013-09-17 15:34:08 +0000
@@ -13,7 +13,7 @@
13 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/960.css">13 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/960.css">
14 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/home-new.css">14 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/home-new.css">
15 <link rel="stylesheet" id="stacktack-css" href="https://juju.ubuntu.com/wp-content/plugins/stacktack/css/stacktack.min.css?ver=3.4.2" type="text/css" media="all">15 <link rel="stylesheet" id="stacktack-css" href="https://juju.ubuntu.com/wp-content/plugins/stacktack/css/stacktack.min.css?ver=3.4.2" type="text/css" media="all">
16 <link href="https://juju.ubuntu.com/docs/css/main.css?1375975745" rel="stylesheet" type="text/css">16 <link href="css/main.css?1375975745" rel="stylesheet" type="text/css">
17 17
18 <!--[if lt IE 9]>18 <!--[if lt IE 9]>
19 <script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>19 <script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -72,7 +72,7 @@
72 <section class="code-example code-overflow">72 <section class="code-example code-overflow">
73 <nav class="control">73 <nav class="control">
74 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>74 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>
75<!-- <a href="." class="" data-action="windows">Windows</a> -->75 <a href="." class="" data-action="windows">Windows</a>
76 </nav>76 </nav>
77 <div class="terminal-wrap">77 <div class="terminal-wrap">
78 <div data-section="ubuntu">78 <div data-section="ubuntu">
@@ -80,27 +80,11 @@
80<pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable80<pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable
81sudo apt-get update && sudo apt-get install charm-tools</pre>81sudo apt-get update && sudo apt-get install charm-tools</pre>
82 </div>82 </div>
83
84<!-- WINDOWS BIT
85 <div data-section="windows">83 <div data-section="windows">
86 <p>Currently, version 1.0.0-RC1 is available</p>84 <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>
87 <pre>brew install juju</pre>85 <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>
8886 <p>To uninstall, please remove Charm Tools from the Add/Remove Software section of the Windows Control Panel</p>
89 <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>
90
91 <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>
92 <pre>brew install go bzr
93 export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
94 </pre>
95 <p>Once you have go and bzr you can install juju:</p>
96 <pre>mkdir $HOME/go
97 export GOPATH=$HOME/go
98 go get -v launchpad.net/juju-core/...
99 export PATH=$PATH:$GOPATH/bin
100 </pre>
101 <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
102 </div>87 </div>
103-->
104 </div>88 </div>
105 </section>89 </section>
106 </section>90 </section>

Subscribers

People subscribed via source and target branches