Re: Some questions about configuration and the pgadmin4-v1-web package

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Josh Berkus <josh(at)berkus(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Some questions about configuration and the pgadmin4-v1-web package
Date: 2017-04-21 08:57:02
Message-ID: 1492765022.3215.2.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Hi Josh,

On Thu, 2017-04-20 at 13:50 -0700, Josh Berkus wrote:
> If I install the pgadmin4-v1-web package from Yum, it's a bit unclear on
> what actual configuration needs to be done after that. Things I know
> need to be done:
>
> * running setup.py
> * copying the httpd/conf.d/pgadmin4-web.conf.example file to a .conf file
>
> Things I don't know if they need to be done:
>
> 1. creating data and log directories and assigning permissions on them
> 2. changing the permissions on the sqlite db
> 3. creating a config_local.py file and setting the five settings in it
>
> Can you clarify?  

On RHEL 7 / Fedora 25:

* systemctl enable pgadmin4-v1.service; systemctl start pgadmin4-v1.service
* cp /etc/httpd/conf.d/pgadmin4-v1.conf.sample /etc/httpd/conf.d/pgadmin4-
v1.conf
* systemctl start httpd.service

should be enough, at least this is what I just tested on my Fedora 25 box.

Regards,

--
Devrim Gündüz
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-21 09:00:26 pgAdmin 4 commit: Enable horizontal scrolling in the treeview. Fixes #2
Previous Message Dave Page 2017-04-21 08:54:40 Re: [patch] Update chrome driver to support chrome version 58 in tests