Skip to content

Instantly share code, notes, and snippets.

@di3goleite
Created August 29, 2015 00:43
Show Gist options
  • Save di3goleite/dc2420446003d795ab6f to your computer and use it in GitHub Desktop.
Save di3goleite/dc2420446003d795ab6f to your computer and use it in GitHub Desktop.
PhpPgAdmin on openSUSE 13.2
# install phpPgAdmin
sudo dnf install phpPgAdmin
# start apache2 service
sudo systemctl start apache2
# 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