[go-nuts] Re: Scaleway

2017-11-10 Thread tactician
Hi Rene, Many thanks for your response. First part works, i.e. looks like I downloaded Go. Second part am struggling with is to engage in Go . not sure how to set the parameters, path etc. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To uns

[go-nuts] Re: Scaleway

2017-11-10 Thread Rene Kaufmann
If you need the newest go release: https://golang.org/doc/install # download the archive wget https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz # extract it to /usr/local sudo tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz # add /usr/local/go/bin to your path echo 'export PATH

[go-nuts] Re: Scaleway

2017-11-10 Thread tactician
> > Thank you Mauricio. > Two points - I do NOT wish to use docker - this would be counter performant I do not understand your reply. I have bash, and cannot download http. It seems setting up relies on prior knowledge of linux code, which I do not possess. I need a set up Go

[go-nuts] Re: Scaleway

2017-11-09 Thread Mauricio Rojas
Hi, 1.- Install Docker: apt-get install docker 2.- Search Golang image docker on Docker Hub: docker search golang 3.- Install image 4.- Run application... Or 1.- Download https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz

[go-nuts] Re: Scaleway

2017-11-09 Thread Mauricio Rojas
Hi, 1.- Install DockerToolbox 2.- Run command: docker build -t my-golang-app . Or 1.- Download https://redirector.gvt1.com/edgedl/go/go1.9.2.windows-amd64.zip 2.- Unzip go1.9.2.windows-amd64.zip 3.- Set environment variable GOPATH to workspace GO 4.- Set path /bin Regards El jueves, 9 de