Created
July 2, 2012 15:39
-
-
Save bendangelo/3033843 to your computer and use it in GitHub Desktop.
Install Postgres 9.1
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
| # curl -L gist.github.com/raw/3033843 | bash | |
| sudo apt-get install python-software-properties | |
| sudo add-apt-repository ppa:pitti/postgresql | |
| sudo apt-get update | |
| sudo apt-get install postgresql-9.1 libpq-dev -y | |
| #su postgres | |
| #psql -d postgres -U postgres | |
| #alter user postgres with password 'a'; | |
| #\q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment