https://github.com/science-computing/pgadmin4-desktop-mode
Easily start pgadmin4 in desktop mode
https://github.com/science-computing/pgadmin4-desktop-mode
eviden
Last synced: about 1 month ago
JSON representation
Easily start pgadmin4 in desktop mode
- Host: GitHub
- URL: https://github.com/science-computing/pgadmin4-desktop-mode
- Owner: science-computing
- License: other
- Created: 2021-10-07T08:34:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T11:11:15.000Z (over 4 years ago)
- Last Synced: 2025-10-26T13:59:19.464Z (8 months ago)
- Topics: eviden
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgadmin4_desktop_mode - Start pgadmin4 in desktop mode
Sometimes the desktop mode is the way to go:
- you can easily access your own files
- if there is only one user you don't need any user management ...
This package requires pgadmin4 and provides a very simplistic starter for the
desktop mode. pgadmin4 listens on localhost using a port number, which is computed
from the login name. That's currently sufficient for our internal needs. If you
need more, feel free to submit a pull request.
How to use "pgadmin4_desktop_mode":
1. prepare a virtual env
> python3 -m venv pgadmin && . pgadmin/bin/activate && \\\
python -m pip install -U pip && python -m pip install -U setuptools
2. install pgadmin in desktop mode
> python -m pip install pgadmin4_desktop_mode
3. start pgadmin
> pgadmin4_desktop_mode