Instalar PostgreSQL, pgadmin III y phppgadmin (ubuntu 14 y 15)
Instalar PostgreSQL
#sudo apt-get update
#sudo apt-get install postgresql postgresql-contrib
Configurar PostgreSQL
#sudo -u postgres psql
#postgres=# \password postgres; #Enter new password: #Enter it again:
Crtl+D
Instalar pgadmin III
# sudo apt-get installpgadmin3
Instalar phppgadmin
#sudo apt-get install phppgadminlisto
Comentarios