blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

"HTTPPort":80 #40

Closed nicomo closed 8 years ago

nicomo commented 8 years ago

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.

josephspurrier commented 8 years ago

Thanks, yeah. I'll update the documentation and wiki to reflect that.

josephspurrier commented 8 years ago

Instructions updated here: https://github.com/blue-jay/blueprint/wiki/Blueprint-Setup-for-OS-X

josephspurrier commented 8 years ago

Added to website: https://github.com/blue-jay/blue-jay.github.io.hugo/commit/3e7bc3a5e240508c4caf75dde882dcf76d41f961

http://blue-jay.github.io/#os-specific-instructions

Does that work?

nicomo commented 8 years ago

It does. Thanks.