Created
August 9, 2012 18:46
-
-
Save ieve-rothe/3307033 to your computer and use it in GitHub Desktop.
installation procedure for postgresql on fedora 17
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
| sudo yum install postgresql-server postgresql-libs postgresql-contrib postgresql-devel | |
| sudo systemctl enable postgresql.service | |
| sudo postgresql-setup initdb | |
| sudo systemctl start postgresql.service | |
| su -l postgres | |
| createuser --no-superuser --no-createroles --pwprompt [username] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment