Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Updated cloud client version references in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed May 16, 2011
1 parent 5e0fafd commit 9cab511
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/src/admin/walkthrough.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ <h3>Managing users _NAMELINK(users)</h3>
</p>

<pre class="panel">
$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-017.tar.gz
$ tar xzf nimbus-cloud-client-017.tar.gz
$ cd nimbus-cloud-client-017/
$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-019.tar.gz
$ tar xzf nimbus-cloud-client-019.tar.gz
$ cd nimbus-cloud-client-019/
</pre>

<p>
Expand Down
10 changes: 5 additions & 5 deletions docs/src/admin/z2c/service-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ <h3>Install cloud client and credentials _NAMELINK(clcl)</h3>
(version must be >= 16).
</p>
<pre class="panel">
$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-017.tar.gz
$ wget http://www.nimbusproject.org/downloads/nimbus-cloud-client-019.tar.gz
</pre>
<pre class="panel">
$ tar xfz nimbus-cloud-client-017.tar.gz
$ tar xfz nimbus-cloud-client-019.tar.gz
</pre>

<p>
Expand All @@ -224,7 +224,7 @@ <h3>Install cloud client and credentials _NAMELINK(clcl)</h3>
any credentials you already have in <tt class="literal">~/.nimbus/</tt>.
</p>
<pre class="panel">
$ cp /tmp/newuser/cloud.properties nimbus-cloud-client-017/conf/
$ cp /tmp/newuser/cloud.properties nimbus-cloud-client-019/conf/
</pre>
<pre class="panel">
$ mkdir ~/.nimbus/
Expand All @@ -245,7 +245,7 @@ <h3>Install cloud client and credentials _NAMELINK(clcl)</h3>
<tt class="literal">$NIMBUS_HOME/var/ca/trusted-certs/</tt>.
</p>
<pre class="panel">
$ cp $NIMBUS_HOME/var/ca/trusted-certs/* nimbus-cloud-client-017/lib/certs/
$ cp $NIMBUS_HOME/var/ca/trusted-certs/* nimbus-cloud-client-019/lib/certs/
</pre>

<a name="try"> </a>
Expand All @@ -257,7 +257,7 @@ <h3>Try it out! _NAMELINK(try)</h3>
or security problems.
</p>
<pre class="panel">
$ cd nimbus-cloud-client-017/
$ cd nimbus-cloud-client-019/
</pre>
<pre class="panel">
$ ./bin/cloud-client.sh --status
Expand Down
8 changes: 4 additions & 4 deletions docs/src/clouds/cloudquickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ <h2>Download the cloud client _NAMELINK(download)</h2>

<p>
Download the
<a href="_NIMBUS_WEBSITE/downloads/nimbus-cloud-client-017.tar.gz">latest
<a href="_NIMBUS_WEBSITE/downloads/nimbus-cloud-client-019.tar.gz">latest
Nimbus cloud client</a> from the <a href="_NIMBUS_WEBSITE/downloads/">downloads page</a>,
untar the file, and change to the cloud client directory.
</p>

<pre class="panel">
$ wget _NIMBUS_WEBSITE/downloads/nimbus-cloud-client-017.tar.gz
$ tar xzvf nimbus-cloud-client-017.tar.gz
$ cd nimbus-cloud-client-017/
$ wget _NIMBUS_WEBSITE/downloads/nimbus-cloud-client-019.tar.gz
$ tar xzvf nimbus-cloud-client-019.tar.gz
$ cd nimbus-cloud-client-019/
</pre>

<p>
Expand Down

0 comments on commit 9cab511

Please sign in to comment.