Skip to content

Instantly share code, notes, and snippets.

@vagnerzampieri
Last active December 12, 2015 00:39
Show Gist options
  • Select an option

  • Save vagnerzampieri/4685570 to your computer and use it in GitHub Desktop.

Select an option

Save vagnerzampieri/4685570 to your computer and use it in GitHub Desktop.
install postgresql
Install PostgreSQL:
sudo apt-get install postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-client-9.1 postgresql-common libpq-dev
Check postgresql:
sudo -u postgres psql
Install pgadminIII
sudo apt-get install pgadmin3
Depois que entrar dentro mude a senha:
\password postgres
@rafael-pl07C3
Copy link
Copy Markdown

$ sudo apt-get install -fyu postgresql-9.1
Instala, juntamente, todas as suas dependências, mostrando-as quando concluído.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment