You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
molschimke2 edited this page Aug 21, 2025
·
1 revision
Ongoing pgweb development is currently done on OSX Yosemite operating system.
If you're using Linux, there's a big chance that everything will just work
with no additional steps required to build software.
Most of the tasks are managed through Makefile:
Task : Description
----------------- : -------------------
make setup : Install all necessary dependencies
make dev : Generate development build
make build : Generate production build for current OS
make bootstrap : Install cross-compilation toolchain
make release : Generate binaries for all supported OSes
make test : Execute test suite
make test-all : Execute test suite on multiple PG versions
make clean : Remove all build files and reset assets
make assets : Generate production assets file
make dev-assets : Generate development assets file
make docker : Build docker image
make docker-release : Build and tag docker image
make docker-push : Push docker images to registry