Re: [pgadmin-hackers] Some questions about configuration and thepgadmin4-v1-web package - Mailing list pgadmin-hackers

From Devrim Gündüz
Subject Re: [pgadmin-hackers] Some questions about configuration and thepgadmin4-v1-web package
Date
Msg-id 1492765022.3215.2.camel@gunduz.org
Whole thread Raw
In response to [pgadmin-hackers] Some questions about configuration and the pgadmin4-v1-web package  (Josh Berkus <josh@berkus.org>)
Responses Re: [pgadmin-hackers] Some questions about configuration and thepgadmin4-v1-web package  (Josh Berkus <josh@berkus.org>)
Re: [pgadmin-hackers] Some questions about configuration and thepgadmin4-v1-web package  (Josh Berkus <josh@berkus.org>)
List 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

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][patch] Update chrome driver to support chromeversion 58 in tests
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Enable horizontal scrolling in the treeview. Fixes#2