We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Go 1.7 is required. You can install Go with homebrew:
homebrew
brew install go
To compile source code run the following command:
make setup make dev
This will produce pgweb binary in the current directory.
pgweb
There's also a task to compile binaries for other operating systems:
make release
Under the hood it uses gox. Compiled binaries will be stored into ./bin directory.
./bin