pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

I installed Golang. But your installation doesn't seem to be working. #172

Closed pitosalas closed 4 years ago

pitosalas commented 4 years ago

I am using Fish shell, but I don't think that matters. I did brew install go. I also used the dmg in experimenting. I updated the $PATH. I can go version and that works. go list gives an obscure message:

can't load package: package .: no Go files in /Users/pitosalas/mydev/soa_demo

But I continued and did: go get -u github.com/pressly/sup/cmd/sup which completed without error.

And yet I don't have a sup command. I can't tell because I don't program in Go where the problem lies. Thanks.

VojtechVitek commented 4 years ago

If you're new to Go, you might want to prefer downloading sup from https://github.com/pressly/sup/releases

pitosalas commented 4 years ago

Thanks. How do I install that file? Where do I put it? It's not a format that I recognize.

Pito Salas Brandeis Computer Science Volen 134

On Feb 7, 2020, at 8:46 AM, Vojtech Vitek notifications@github.com wrote:

If you're new to Go, you might want to prefer downloading sup from https://github.com/pressly/sup/releases

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

VojtechVitek commented 4 years ago

sup-darwin64 sup-linux386 sup-linux64 sup-windows386.exe sup-windows64.exe

all of them are executables built for different platforms/architecture