Re: Install of pgadmin4 from package fails ...

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: Josh Berkus <josh(at)berkus(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Install of pgadmin4 from package fails ...
Date: 2017-05-08 11:06:34
Message-ID: CA+OCxow_3roftbv2G_KZfx1SFu32JRcp+=JVTEcDLcuXaTq1GA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, May 8, 2017 at 11:57 AM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:

>
> Hi Josh,
>
> Sorry for the late response, I have 10K unread emails as of now:
>
> On Tue, 2017-04-25 at 08:24 -0700, Josh Berkus wrote:
>
> > I know how to fix my personal install (and container image). But I want
> > to fix the RPM package so that it's fixed for most users. Right now,
> > install from RPM is kind of broken.
> >
> > Here's the changes that need to happen on the RPM:
> >
> > 1. Remove the QT dependencies for pgadmin4-v1-web
>
> Why? I thought we need them to run pgadmin4?
>

Only in desktop mode. For web-only use, no Qt should be needed.

>
> > 2. Have the RPM create /usr/share/httpd/.pgadmin, owned by apache user.
> > (is this the best location? If not, what is?)
>
> Good question. I think that location is good.
>
>
> > 3. Fix the systemd unit file so that the pgadmin4 unit is owned by
> apache.
>
> Why? I did not read all the emails in this thread (yet), but all of the
> unit
> files are owned by root, and I see no exception on my system.
>
> > 4. (optional) set up files according to FDL standards, putting configs
> > for pgadmin4 in /etc/pgadmin and the db in /var/run/pgadmin (or similar).
>
> Red Hat does not care about that that much, does it? Especially for /etc
> part.
>

Debian does though. That's been on my TODO list for a while. It's pretty
easy to do though - we can have a config option in config.py to specify the
location of config_local.py, defaulting to the current location. Packagers
could then override that in config_distro.py.

>
> > Devrim, where is the source for this rpm build?
>
> https://yum.postgresql.org/srpms/testing/10/redhat/rhel-
> 7-x86_64/repoview/pgadmin4-v1.html
>
> Regards,
> --
> Devrim Gündüz
> EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-08 11:07:32 Re: [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values
Previous Message Harshal Dhumal 2017-05-08 11:01:56 patch for RM2292 [pgadmin4]