Skip to content

Instantly share code, notes, and snippets.

@ieve-rothe
Created August 9, 2012 18:46
Show Gist options
  • Select an option

  • Save ieve-rothe/3307033 to your computer and use it in GitHub Desktop.

Select an option

Save ieve-rothe/3307033 to your computer and use it in GitHub Desktop.
installation procedure for postgresql on fedora 17
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