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
1=== modified file 'htmldocs/css/main.css'
2--- htmldocs/css/main.css 2013-09-17 15:11:57 +0000
3+++ htmldocs/css/main.css 2013-09-17 15:34:08 +0000
4@@ -457,6 +457,7 @@
5 height: 1px;
6 margin: 0;
7 box-shadow: none;
8+ border: 0;
9 border-bottom: 1px dotted #aea79f;
10 }
11
12
13=== modified file 'htmldocs/navigation.html'
14--- htmldocs/navigation.html 2013-09-16 15:59:14 +0000
15+++ htmldocs/navigation.html 2013-09-17 15:34:08 +0000
16@@ -41,9 +41,9 @@
17 <li class=" sub"><a href="authors-charm-icon.html">Charm Icons</a></li>
18 </ul>
19
20- <h1>Additional Tools</h1>
21+ <h1>Tools</h1>
22 <ul class="no-margin">
23- <li class=""><a href="tools-charm-tools.html">Charm-tools</a></li>
24+ <li class=""><a href="tools-charm-tools.html">Charm Tools</a></li>
25 </ul>
26
27 <h1>Reference</h1>
28
29=== modified file 'htmldocs/tools-charm-tools.html'
30--- htmldocs/tools-charm-tools.html 2013-09-16 15:59:14 +0000
31+++ htmldocs/tools-charm-tools.html 2013-09-17 15:34:08 +0000
32@@ -13,7 +13,7 @@
33 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/960.css">
34 <link rel="stylesheet" type="text/css" media="screen" href="https://juju.ubuntu.com/wp-content/themes/juju-website/css/home-new.css">
35 <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">
36- <link href="https://juju.ubuntu.com/docs/css/main.css?1375975745" rel="stylesheet" type="text/css">
37+ <link href="css/main.css?1375975745" rel="stylesheet" type="text/css">
38
39 <!--[if lt IE 9]>
40 <script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
41@@ -72,7 +72,7 @@
42 <section class="code-example code-overflow">
43 <nav class="control">
44 <a href="." class="selected" data-action="ubuntu">Ubuntu</a>
45-<!-- <a href="." class="" data-action="windows">Windows</a> -->
46+ <a href="." class="" data-action="windows">Windows</a>
47 </nav>
48 <div class="terminal-wrap">
49 <div data-section="ubuntu">
50@@ -80,27 +80,11 @@
51 <pre class="prettyprint lang-bash">sudo add-apt-repository ppa:juju/stable
52 sudo apt-get update && sudo apt-get install charm-tools</pre>
53 </div>
54-
55-<!-- WINDOWS BIT
56 <div data-section="windows">
57- <p>Currently, version 1.0.0-RC1 is available</p>
58- <pre>brew install juju</pre>
59-
60- <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>
61-
62- <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>
63- <pre>brew install go bzr
64- export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
65- </pre>
66- <p>Once you have go and bzr you can install juju:</p>
67- <pre>mkdir $HOME/go
68- export GOPATH=$HOME/go
69- go get -v launchpad.net/juju-core/...
70- export PATH=$PATH:$GOPATH/bin
71- </pre>
72- <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
73+ <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>
74+ <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>
75+ <p>To uninstall, please remove Charm Tools from the Add/Remove Software section of the Windows Control Panel</p>
76 </div>
77--->
78 </div>
79 </section>
80 </section>

Subscribers

People subscribed via source and target branches