Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.08k stars 16.14k forks source link

eris-platform - the template doesn't install eris #2077

Open asinyagin opened 8 years ago

asinyagin commented 8 years ago

eris-platform

Issue Details

Hi @compleatang!

I tried to run a new machine with the Eris template, but it hasn't installed eris:

azureuser@ether-camp-eris:~$ eris
No command 'eris' found, did you mean:
 Command 'eric' from package 'eric' (universe)
eris: command not found

Also, I've already tried Eris with golang 1.5 and it didn't work - only with 1.6. Does it support only 1.6? If so, there should be 1.6 https://github.com/Azure/azure-quickstart-templates/blob/master/eris-platform/setup.sh#L71. That's the error I get with 1.5:

azureuser@ether-camp-eris:~$ go get github.com/eris-ltd/eris-cli/cmd/eris
package github.com/eris-ltd/common/go/log: cannot find package "github.com/eris-ltd/common/go/log" in any of:
    /usr/local/go/src/github.com/eris-ltd/common/go/log (from $GOROOT)
    /home/azureuser/go/src/github.com/eris-ltd/common/go/log (from $GOPATH)
package github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive: cannot find package "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive" in any of:
    /usr/local/go/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive (from $GOROOT)
    /home/azureuser/go/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive (from $GOPATH)
compleatang commented 8 years ago

Thanks for the heads up. Have submitted #2215 which will fix.