Merge lp:~marcoceppi/juju-core/docs-getting-started-formatting into lp:juju-core/docs

Proposed by Marco Ceppi
Status: Merged
Merged at revision: 120
Proposed branch: lp:~marcoceppi/juju-core/docs-getting-started-formatting
Merge into: lp:juju-core/docs
Diff against target: 50 lines (+13/-13)
1 file modified
htmldocs/getting-started.html (+13/-13)
To merge this branch: bzr merge lp:~marcoceppi/juju-core/docs-getting-started-formatting
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+186101@code.launchpad.net

Description of the change

Clean ups to getting-started formatting

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/getting-started.html'
2--- htmldocs/getting-started.html 2013-09-17 16:23:33 +0000
3+++ htmldocs/getting-started.html 2013-09-17 16:37:43 +0000
4@@ -71,10 +71,10 @@
5 <ul>
6 <li>An Ubuntu, OSX or Windows machine to install the client on.</li>
7 <li>An environment which can provide a new server with an Ubuntu cloud operating system image on-demand. This includes services such as Amazon EC2, HP Cloud, an OpenStack installation, or your local machine</li>
8- <li> An SSH key-pair. If you have not already set one up, you need to generate an appropriate keypair.</li>
9- On Linux and Mac OSX:<br/>
10-<pre class="prettyprint">ssh-keygen -t rsa -b 2048</pre> <br/>
11-<p>On Windows: See the <a href="getting-started-keygen-win.html">Windows instructions for SSH and PuTTY</a></p>
12+ <li> An SSH key-pair. If you have not already set one up, you need to generate an appropriate keypair.
13+ On Linux and Mac OSX:
14+<code>ssh-keygen -t rsa -b 2048</code>
15+On Windows: See the <a href="getting-started-keygen-win.html">Windows instructions for SSH and PuTTY</a></li>
16 </ul>
17 </ul>
18 </section>
19@@ -99,15 +99,15 @@
20 <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>
21
22 <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>
23- <pre>brew install go bzr
24- export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
25- </pre>
26+ <pre class="prettyprint lang-yaml">
27+brew install go bzr
28+export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH</pre>
29 <p>Once you have go and bzr you can install juju:</p>
30- <pre>mkdir $HOME/go
31- export GOPATH=$HOME/go
32- go get -v launchpad.net/juju-core/...
33- export PATH=$PATH:$GOPATH/bin
34- </pre>
35+ <pre class="prettyprint lang-bash">
36+mkdir $HOME/go
37+export GOPATH=$HOME/go
38+go get -v launchpad.net/juju-core/...
39+export PATH=$PATH:$GOPATH/bin</pre>
40 <p>be sure to add your go bin dir to your path permanently by adding it to your .bashrc</p>
41 </div>
42 <div data-section="windows">
43@@ -119,7 +119,7 @@
44 <section id="config">
45 <h1>Configuring</h1>
46
47- <p>Now the Juju software is installed, it needs to be configured to use your particular cloud provider. This is done by generating and editing a file, "environments.yaml", which will live in your ~/.juju/ directory on Linux and OSX, %LOCALAPPDATA%/Juju on Windows. You can generate the environments file manually, but Juju also includes a boilerplate configuration option that will flesh out most of the file for you and minimise the amount of work (and potential errors).</p>
48+ <p>Now the Juju software is installed, it needs to be configured to use your particular cloud provider. This is done by generating and editing a file, <code>environments.yaml</code>, which will live in your <code>~/.juju/</code> directory on Linux and OSX, <code>%LOCALAPPDATA%/Juju</code> on Windows. You can generate the environments file manually, but Juju also includes a boilerplate configuration option that will flesh out most of the file for you and minimise the amount of work (and potential errors).</p>
49 <p>To generate an initial config file, you simply need to run:</p>
50 <pre class="prettyprint lang-bash">juju generate-config</pre>
51

Subscribers

People subscribed via source and target branches