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

From: Josh Berkus <josh(at)berkus(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(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 16:56:29
Message-ID: d93a29dd-b900-5c78-483d-868e1b2b60d8@berkus.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On 04/21/2017 01:57 AM, Devrim Gündüz wrote:
>
> 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.

OK, Thanks!

Now I just have to decide if I want to ship a systemd container.
Probably not, because that will restrict folks using it.

--
Josh Berkus
Containers & Databases Oh My!

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Josh Berkus 2017-04-21 17:45:46 Re: Some questions about configuration and the pgadmin4-v1-web package
Previous Message Joao Pedro De Almeida Pereira 2017-04-21 14:29:41 Re: [patch] Move to Alembic migration system