Re: Finalizing pgadmin4 RPM work

Поиск
Список
Период
Сортировка
От Devrim Gündüz
Тема Re: Finalizing pgadmin4 RPM work
Дата
Msg-id 1473584519.10133.9.camel@gunduz.org
обсуждение исходный текст
Ответ на Re: Finalizing pgadmin4 RPM work  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Finalizing pgadmin4 RPM work  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

On Fri, 2016-09-09 at 11:26 +0100, Dave Page wrote:

> For users to run in desktop mode, nothing else should be required,
> except possibly a shortcut to the runtime executable.

Any chance to add .desktop file to git, like we did for pgadmin3?

> For all users, a config_distro.py file may be needed to to override
> any of the default config settings with distro specific values.

Ok, noted.

> For users running in web mode, an Apache HTTPD config snippet should
> be adding in /etc/httpd/conf.d. That should look something like this
> (for httpd 2.4 - the Require All Granted will be different on earlier
> version):
>
>     WSGIDaemonProcess pgadmin processes=1 threads=25
>     WSGIScriptAlias /pgadmin4 /opt/pgAdmin4/web/pgAdmin4.wsgi
>
>     <Directory /opt/pgAdmin4/web>
>         WSGIProcessGroup pgadmin
>         WSGIApplicationGroup %{GLOBAL}
>         Require all granted
>     </Directory>

Done.

> Finally; are you building and including the docs? Their location will
> need to be in the config.

Done.

Thank you!

Cheers,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Devrim Gündüz
Дата:
Сообщение: python-click dependency
Следующее
От: Dave Page
Дата:
Сообщение: Re: python-click dependency