This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 7610dcd Updated Home (markdown)
7610dcd is described below
commit 7610dcdc8a21ac2edbe59093bbabd6524e223a5b
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Jun 26 13:15:27 2018 +0530
Updated Home (markdown)
---
Home.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/Home.md b/Home.md
index f961337..90ec884 100644
--- a/Home.md
+++ b/Home.md
@@ -4,8 +4,20 @@ The original `cloudmonkey` was written in Python and
contributed to Apache Cloud
Docs for legacy `cloudmonkey`:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI
-Starting version 6.0.0, the modern cloudmonkey `cmk` is a fast and simplified
Go-port of the original tool with some backward incompatibilities and reduced
feature set. It ships as a standalone executable binary for several platforms
such as Linux, Mac and Windows.
+Starting version 6.0.0, the modern cloudmonkey `cmk` is a fast and simplified
Go-port of the original tool with some backward incompatibilities and reduced
feature set. It ships as a standalone 64-bit executable binary for several
platforms such as Linux, Mac and Windows.
-# Getting Started
+# Installation
-To install the modern Apache CloudStack cloudmonkey or `cmk`, please do...
\ No newline at end of file
+To install the modern Apache CloudStack cloudmonkey or `cmk`, please download
the binary from the latest release:
https://github.com/apache/cloudstack-cloudmonkey/releases
+
+## Install on Linux and Mac OSX
+
+Download the binary for Linux or Mac based on your platform and move it to a
directory that is on `$PATH` such as `/usr/local/bin`. For example:
+```
+sudo wget <file link> -O /usr/local/bin/cmk
+sudo chmod +x /usr/local/cmk
+```
+
+## Install on Windows
+
+Download the Windows specific `.exe` executable file and copy it to a
directory which on the cmd's PATH such as `C:\Windows\System32\`. Launch
cmd.exe or powershell and see if you can run/access `cmk.exe`?
\ No newline at end of file