Has anyone considered making a snappy package for pgadmin4 so that
casual users can use it?
https://en.wikipedia.org/wiki/Snappy_(package_manager)
Considering that even a fairly new distro like debian jessie doesn't
have pgadmin4, it would definitely help speed up adoption.
On 12/16/17 1:
Hi,
Considering python dependencies, paths, and related etc are the bane of
installing pgadmin4, I would suggest the developers start looking at how
certbot from the letsencrypt project handles it., it just seems to
'always work'.
On 12/13/2017 01:26 AM, Malik Rumi wrote:
That did it! Bo
That did it! Both lib/ and log/ were missing, but now I am in!
Thx wa shokran.
*“None of you has faith until he loves for his brother or his neighbor what
he loves for himself.”*
On Tue, Dec 12, 2017 at 10:15 PM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> No need to run it
No need to run it as sudo just provide the permission to user for that path,
chown -R malikarumi:root /var/lib/pgadmin
And if the folder does not exists then,
sudo mkdir "/var/log/pgadmin"
sudo chmod a+wrx "/var/log/pgadmin"
sudo mkdir "/var/lib/pgadmin"
sudo chmod a+wrx "/var/lib/pgadmin"
On
sorry, not sure why the support group got dropped from reply,,,
*“None of you has faith until he loves for his brother or his neighbor what
he loves for himself.”*
On Tue, Dec 12, 2017 at 10:00 PM, Malik Rumi wrote:
> >> Is there any specific reason for using sudo?
> Yes: PermissionError: [Err
++ Adding pgadmin-support
Please keep the group in loop.
On Wed, Dec 13, 2017 at 11:12 AM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Is there any specific reason for using sudo?
> (faruha) malikarumi@Tetuoan2:~/Projects/faruha/lib$ *sudo* python
> python3.6/site-packages/p
Make sure that you have activated correct virtual environment in which you
have installed all your python dependencies before running python
pgAdmin4.py
-- Murtuza
On Sat, Nov 18, 2017 at 8:36 AM, Malik Rumi wrote:
> For reasons unrelated to pga4, I had to reinstall it in a new venv. I am
> now