If I wanted to install the web version from the source code download, what
would the steps to get it working on RHEL 7 systems? Do I just copy the
files to the webserver and add the configuration to Apache? I was looking
at these instructions for references but didn't know there there more steps
th
If running PGAdmin 4 under apache, does the account for the service need to
have shell access? Or will it still work if set to /sbin/nologin. I see
that config.py references a DATA Directory based on the user
DATA_DIR = os.path.realpath(os.path.expanduser('~/.pgadmin/'))
Your help is appreciated.