Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 11, 2012 08:18
Show Gist options
  • Save sdoro/4054145 to your computer and use it in GitHub Desktop.
Save sdoro/4054145 to your computer and use it in GitHub Desktop.
Install postgres server & client
sudo apt-get install postgresql pgadmin3
# remove server from automatic startup at boot time
sudo update-rc.d-insserv -f postgresql remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment