Not sure it's an "issue", rather feedback, but it's the only small snag I hit when installing: when doing go run blueprint I got an error: listen tcp :80: bind: permission denied.
Because by default the env.json file has "HTTPPort":80 and I wasn't running it as root.
I ended up editing env.json to bump HTTPPort to 8080.
Not sure it's an "issue", rather feedback, but it's the only small snag I hit when installing: when doing go run blueprint I got an error: listen tcp :80: bind: permission denied. Because by default the env.json file has "HTTPPort":80 and I wasn't running it as root. I ended up editing env.json to bump HTTPPort to 8080.