Last active
August 29, 2015 14:19
-
-
Save di3goleite/08b73b0140631c95a275 to your computer and use it in GitHub Desktop.
PhpPgAdmin on Fedora 22
This file contains hidden or 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 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