Re: [pgadmin-support] PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-09 Thread Atilio Medina
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

[pgadmin-support] Web Server Account

2016-10-08 Thread Atilio Medina
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.