Thread

  1. Procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions

    Maria Elba Salerno <elbasalerno@yahoo.com> — 2020-09-30T17:23:13Z

    Hello,
    
    I'm looking for a procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions.
    
    Thanks in advance
    
    Regards
    
    
    
    
  2. Re: Procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions

    Diego <mrstephenamell@gmail.com> — 2020-09-30T19:29:12Z

    Hi Maria!
    
    Add the repo:
    
    sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
    
    # Install for desktop mode only.
    sudo yum install pgadmin4-desktop
    
    Final config
    
    sudo /usr/pgadmin4/bin/setup-web.sh
    
    Here are the instructions: https://www.pgadmin.org/download/pgadmin-4-rpm/
    
    
    On 2020-09-30 14:23, Maria Elba Salerno wrote:
    > Hello,
    >
    > I'm looking for a procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions.
    >
    > Thanks in advance
    >
    > Regards
    >
    >