SHA256
1
0
forked from pool/pgadmin4
This branch is 10 commits behind pool/pgadmin4:factory

To configure pgadmin with Apache and uwsgi, just add the follwing lines to a vhost:

    ProxyPass /pgadmin unix:/run/uwsgi/uwsgi-pgadmin.sock|uwsgi://localhost/
    <Directory PYTHONSITELIB/pgadmin4/>
        Require all granted
    </Directory>

Note that you have to run once `pgadmin4` from the command line to set the master password
by executing:

    /usr/bin/python3 PYTHONSITELIB/pgadmin4/pgAdmin4.py

Description
No description provided
Readme 493 KiB
Languages
Assembly 96.7%
Python 2.9%
Shell 0.4%