Post Page Advertisement [Top]

1) Download Git.
        http://git-scm.com/download/win
2) Menginstal Git, menggunakan "Gunakan Git dari Windows Command Prompt" pilihan.
     
3) Download the Go Programming Language.
      http://golang.org/doc/install

4) Install the Go Programming Language.

5) Download VirtualBox.
      https://www.virtualbox.org/wiki/Downloads

6) Install VirtualBox.
      Bisa liat cara instalnya di sini : Cara Menginstal VirtualBox

7) Open Control Panel. Select "System and Security" -> "System" -> "Advanced system settings" -> "Environment Variables".

 8) Select New on "User variables". Enter the following values:
   Variable name: Path
   Variable value: %USERPROFILE%\Go\bin;C:\Program Files\Oracle\VirtualBox
 
9) Select New on "User variables" again. Enter the following values:
   Variable name: GOPATH
   Variable value: %USERPROFILE%\Go
 
10) Buka Command Prompt, and run the following command:
   go get github.com/cloudius-systems/capstan
 
 
 
  • Liat juga Makalah Saya di bawah ini

No comments:

Post a Comment

Bottom Ad [Post Page]