Skip to content

enkidulan/pgadmin4-buildout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pgAdmin4 buildout

Setups and runs pgAdmin4 server. I found that it's quite annoying and hard to get pgAdmin4 configured and running, so I created a buildout config to automate this process.

To change running port or version of pgAdmin4 edit following options in buildout.cfg file:

port = 5050
pgadmin4-version = 3.6

To have it's installed run buildout. You can install buildout with pip.

cd pgadmin4-buildout
pip install zc.buildout
buildout

After installation is done, open 127.0.0.1:5050.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published