k8s-multicluster-ingress icon indicating copy to clipboard operation
k8s-multicluster-ingress copied to clipboard

[Help wanted] Documentation for newbies

Open Blasterdick opened this issue 7 years ago • 2 comments

Please, add some brief instructions, dependencies and requirements to compile kubemci (golang, GOPATH, GOBIN. etc).

That would be very helpful for those who not familiar with golang. Thanks in advance.

Blasterdick avatar Jan 24 '18 08:01 Blasterdick

Thanks for filing this @Blasterdick

kubemci should not require any special go setup, just the generic setup to compile any go binary.

Now that you have been able to compile it yourself, do you want to try documenting the steps?

nikhiljindal avatar Jan 24 '18 18:01 nikhiljindal

Here are some basic instructions for a newbie ( linux ).

  1. Install go
  2. In your home directory
> cd
> cd go/src
> git clone https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress.git github.com/GoogleCloudPlatform/k8s-multicluster-ingress
> cd github.com/GoogleCloudPlatform/k8s-multicluster-ingress
> export GOPATH="$HOME/go/src"
> make build

cycomike avatar Apr 09 '18 22:04 cycomike