File README.SUSE.uwsgi.in of Package pgadmin4

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

openSUSE Build Service is sponsored by