Skip to content

Instantly share code, notes, and snippets.

@di3goleite
Last active August 29, 2015 14:19
Show Gist options
  • Save di3goleite/08b73b0140631c95a275 to your computer and use it in GitHub Desktop.
Save di3goleite/08b73b0140631c95a275 to your computer and use it in GitHub Desktop.
PhpPgAdmin on Fedora 22
# install phpPgAdmin
sudo dnf install phpPgAdmin
# start apache2 service
sudo systemctl start httpd
# access phpPgAdmin on browser
http://localhost/phpPgAdmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment