Author: buildbot
Date: Mon Sep 23 15:08:13 2013
New Revision: 879597
Log:
Staging update by buildbot for cloudstack
Modified:
websites/staging/cloudstack/trunk/content/ (props changed)
websites/staging/cloudstack/trunk/content/downloads.html
Propchange: websites/staging/cloudstack/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 23 15:08:13 2013
@@ -1 +1 @@
-1524390
+1525619
Modified: websites/staging/cloudstack/trunk/content/downloads.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/downloads.html (original)
+++ websites/staging/cloudstack/trunk/content/downloads.html Mon Sep 23
15:08:13 2013
@@ -146,6 +146,27 @@
<li>RPM package repository: <a
href="http://cloudstack.apt-get.eu/rhel/4.1/">http://cloudstack.apt-get.eu/rhel/4.1/</a></li>
</ul>
<p>Instructions for using these community provided repositories can be found
in the <a
href="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/configure-package-repository.html">Configure
package repository</a> section of the Installation Guide.</p>
+<h2 id="getting-the-cloudmonkey-cli-tool">Getting the CloudMonkey CLI Tool</h2>
+<p>The latest source code release of Apache CloudStack's CloudMonkey CLI tool
can be downloaded from here:</p>
+<ul>
+<li><a
href="http://www.apache.org/dyn/closer.cgi/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2">apache-cloudstack-cloudmonkey-5.0.0.src.tar.bz2</a>
[ <a
href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.asc">PGP</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.md5">MD5</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.sha">SHA512</a>
]</li>
+</ul>
+<p>For installing the package from pypi, use:</p>
+<div class="codehilite"><pre>$ <span class="n">pip</span> <span
class="n">install</span> <span class="n">cloudmonkey</span>
+</pre></div>
+
+
+<p>To upgrade:</p>
+<div class="codehilite"><pre>$ <span class="n">pip</span> <span
class="n">install</span> <span class="o">--</span><span
class="n">upgrade</span> <span class="n">cloudmonkey</span>
+</pre></div>
+
+
+<p>Thought a clean upgrade is recommended:</p>
+<div class="codehilite"><pre>$ <span class="n">pip</span> <span
class="n">uninstall</span> <span class="n">cloudmonkey</span>
+$ <span class="n">pip</span> <span class="n">install</span> <span
class="n">cloudmonkey</span>
+</pre></div>
+
+
<h2 id="verify-the-integrity-of-the-files">Verify the integrity of the
files</h2>
<p>It is essential that you verify the integrity of the downloaded files using
the PGP or MD5 signatures.
The PGP signatures can be verified using PGP or GPG. First download the
@@ -171,15 +192,17 @@ main distribution directory, rather than
<p>Additionally, you can verify the MD5 or SHA512 signatures on the files. (If
you're checking an earlier version of CloudStack, replace the version number as
appropriate.)</p>
<h1 id="apache-cloudstack-git-repository">Apache CloudStack Git Repository</h1>
-<p>The git repository is hosted on Apache infrastructure, and can be found
here:</p>
+<p>The git repositories are hosted on Apache infrastructure, and can be found
here:</p>
<ul>
-<li><a
href="https://git-wip-us.apache.org/repos/asf/cloudstack.git">https://git-wip-us.apache.org/repos/asf/cloudstack.git</a></li>
+<li>Apache CloudStack <a
href="https://git-wip-us.apache.org/repos/asf/cloudstack.git">https://git-wip-us.apache.org/repos/asf/cloudstack.git</a></li>
+<li>Apache CloudStack CloudMonkey <a
href="https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git">https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git</a></li>
</ul>
<p>To get the most recent source for Apache CloudStack, use:</p>
<div class="codehilite"><pre><span class="n">git</span> <span
class="n">clone</span> <span class="n">https</span><span
class="p">:</span><span class="o">//</span><span class="n">git</span><span
class="o">-</span><span class="n">wip</span><span class="o">-</span><span
class="n">us</span><span class="p">.</span><span class="n">apache</span><span
class="p">.</span><span class="n">org</span><span class="o">/</span><span
class="n">repos</span><span class="o">/</span><span class="n">asf</span><span
class="o">/</span><span class="n">cloudstack</span><span
class="p">.</span><span class="n">git</span>
</pre></div>
+<p>Similarly, clone the cloudstack-cloudmonkey repository to get access to the
most recent source for CloudMonkey.</p>
<p>For projects related to Apache CloudStack, see the <a
href="https://github.com/cloudstack-extras">CloudStack-extras repositories on
GitHub</a>.</p>
<h1 id="older-cloudstack-releases">Older CloudStack Releases</h1>
<ul>