Created
August 26, 2016 02:42
-
-
Save wilhelmpaulm/d86b5f049566dd28ed7f7b1506b6cd93 to your computer and use it in GitHub Desktop.
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 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