Created
August 29, 2015 00:43
-
-
Save di3goleite/dc2420446003d795ab6f to your computer and use it in GitHub Desktop.
PhpPgAdmin on openSUSE 13.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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