Re: [pgadmin-support] installation question

2017-03-16 Thread Devrim Gündüz
Hi, On Thu, 2017-03-16 at 11:55 -0700, Scott Classen wrote: > but it is unclear to me where the config_local.py file is supposed to go. We don't distribute it with the packages, but it should go under here: /usr/lib/python2.7/site-packages/pgadmin4-web/config_local.py on RHEL 7. Regards, --

[pgadmin-support] installation question

2017-03-16 Thread Scott Classen
Hello, I'm attempting to deploy pgadmin on my CentOS 7 machine. I installed the pgdg repo: yum install pgdg-centos96-9.6-3.noarch.rpm and then pgadmin: yum install pgadmin4-v1.x86_64 I then read the deployment guide: https://www.pgadmin.org/docs4/1.x/server_deployment.html