NOTE: To build the image you must first install docker. Please visit https://www.docker.com/ for installation instructions.
Required utilities (for debian)
sudo apt install wget libfuse2 fuse make
- step: Build the docker image
make build-docker
- step: Modify the pgadmin4.json file to have the wanted version of the pgadmin4 files
- step: Build the app
make
- step: To test run AppImage (the <version> is your current version for pgadmin4. e.g. 9.10)
./pgadmin4-<version>-glibc_2.36-x86_64.AppImage
make clean