Skip to content

pbakota/pgadmin4-appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgAdmin4 packaged into AppImage

https://www.pgadmin.org

To build pgadmin4 AppImage

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
  1. step: Build the docker image
make build-docker
  1. step: Modify the pgadmin4.json file to have the wanted version of the pgadmin4 files

  1. step: Build the app
make
  1. 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

To remove generated AppImages

make clean

Tools used:

About

AppImage package PgAdmin4

Resources

Stars

Watchers

Forks

Packages

No packages published