Skip to content

Instantly share code, notes, and snippets.

@wilhelmpaulm
Created August 26, 2016 02:42
Show Gist options
  • Select an option

  • Save wilhelmpaulm/d86b5f049566dd28ed7f7b1506b6cd93 to your computer and use it in GitHub Desktop.

Select an option

Save wilhelmpaulm/d86b5f049566dd28ed7f7b1506b6cd93 to your computer and use it in GitHub Desktop.
sudo apt-get update;
sudo apt-get install postgresql postgresql-contrib libpq-dev;
sudo -u postgres createuser -s pguser;
sudo -u postgres psql;
\password pguser #set password
\q # to quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment