Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

296
Visualizações
How to install pgadmin4 on linux?
over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Step 1. Install packages:

 # sudo apt-get install build-essential libssl-dev libffi-dev libgmp3-dev virtualenv python-pip libpq-dev python-dev

Step 2. Create a virtual environment:

 # cd /opt/ # mkdir enviromentpy # cd enviromentpy/ # virtualenv pgadmin4 # cd pgadmin4 # source bin/activate

Step 3. Download and install pgadmin4:

 # wget https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v1.3/pip/pgadmin4-1.3-py2.py3-none-any.whl # pip install pgadmin4-1.3-py2.py3-none-any.whl

Step 4. Create the local configuration file for PGAdmin 4

 # cd lib/python2.7/site-packages/pgadmin4 # touch config_local.py

Edit config_local.py and add the desired configuration options (use the config.py file for reference: any duplicate settings in config_local.py will override those in config.py ). To configure PGADMIN 4 to run in single-user mode, add the following line:

 # echo "SERVER_MODE = False" >> lib/python2.7/site-packages/pgadmin4/config_local.py

Step 5. Run PGAdmin 4

 # python lib/python2.7/site-packages/pgadmin4/pgAdmin4.py . Enter the email address and password to use for the initial pgAdmin user account: Email address: lotfi@yallalabs.com


will ask you to add an email address and password to access PGADMIN 4

Now go to http://localhost:5050 and connect your PostgreSQL server

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda