Author: chipchilders
Date: Mon Sep 23 15:06:59 2013
New Revision: 1525619

URL: http://svn.apache.org/r1525619
Log:
Staging updates to the download page for the CloudMonkey 5.0.0 release.  To be 
published after the mirrors catch up!

Modified:
    cloudstack/site/trunk/content/downloads.mdtext

Modified: cloudstack/site/trunk/content/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/cloudstack/site/trunk/content/downloads.mdtext?rev=1525619&r1=1525618&r2=1525619&view=diff
==============================================================================
--- cloudstack/site/trunk/content/downloads.mdtext (original)
+++ cloudstack/site/trunk/content/downloads.mdtext Mon Sep 23 15:06:59 2013
@@ -23,6 +23,25 @@ For easier installation or upgrades, the
 
 Instructions for using these community provided repositories can be found in 
the [Configure package 
repository](http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/configure-package-repository.html)
 section of the Installation Guide.
 
+## Getting the CloudMonkey CLI Tool
+
+The latest source code release of Apache CloudStack's CloudMonkey CLI tool can 
be downloaded from here:
+
+*    
[apache-cloudstack-cloudmonkey-5.0.0.src.tar.bz2](http://www.apache.org/dyn/closer.cgi/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2)
 [ 
[PGP](http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.asc)
 ][ 
[MD5](http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.md5)
 ][ 
[SHA512](http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.sha)
 ]
+
+For installing the package from pypi, use:
+
+    $ pip install cloudmonkey
+
+To upgrade:
+
+    $ pip install --upgrade cloudmonkey
+
+Thought a clean upgrade is recommended:
+
+    $ pip uninstall cloudmonkey
+    $ pip install cloudmonkey
+
 ## Verify the integrity of the files
 
 It is essential that you verify the integrity of the downloaded files using 
the PGP or MD5 signatures. 
@@ -48,14 +67,17 @@ Additionally, you can verify the MD5 or 
 
 #Apache CloudStack Git Repository
 
-The git repository is hosted on Apache infrastructure, and can be found here:
+The git repositories are hosted on Apache infrastructure, and can be found 
here:
 
-- 
[https://git-wip-us.apache.org/repos/asf/cloudstack.git](https://git-wip-us.apache.org/repos/asf/cloudstack.git)
+- Apache CloudStack 
[https://git-wip-us.apache.org/repos/asf/cloudstack.git](https://git-wip-us.apache.org/repos/asf/cloudstack.git)
+- Apache CloudStack CloudMonkey 
[https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git](https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git)
 
 To get the most recent source for Apache CloudStack, use:
 
     git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
 
+Similarly, clone the cloudstack-cloudmonkey repository to get access to the 
most recent source for CloudMonkey.
+
 For projects related to Apache CloudStack, see the [CloudStack-extras 
repositories on GitHub](https://github.com/cloudstack-extras).
 
 #Older CloudStack Releases
@@ -70,4 +92,4 @@ Releases of CloudStack as a Citrix proje
 Please note the the released listed below are NOT Apache project releases.  
These links are being provided to the user community, as a convenience only.
 
 - [Binaries for Red Hat Enterprise Linux 6.2 and CentOS 
6.2](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-rhel6.2.tar.gz/download)
-- [Binaries for Ubuntu 10.04 
LTS](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download)
+- [Binaries for Ubuntu 10.04 
LTS](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download)
\ No newline at end of file


Reply via email to