gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.98k stars 1.71k forks source link

static.go #619

Closed faddat closed 7 years ago

faddat commented 7 years ago

FATA[0000] zip: not a valid zip file file=web/static.go:107

This is after building teleport myself. it works with the binaries. Assume build directions are the issue.

kontsevoy commented 7 years ago

@faddat can you please provide more detail, perhaps the full output of the build? Thanks.

kontsevoy commented 7 years ago

@faddat nevermind, we have updated the README with instructions on how to build the web UI. https://github.com/gravitational/teleport/blob/master/README.md#rebuilding-web-ui

jeremyd commented 7 years ago

Can we get a little more information on how to create the zip that's required? I tried npm install && npm run build, but I still get this same error when starting teleport. Is the zip file not part of the static binary that go build produces?

klizhentas commented 7 years ago

@jeremyd zip file is created in make release target https://github.com/gravitational/teleport/blob/master/Makefile#L130

jeremyd commented 7 years ago

@klizhentas thank you! that worked.