Sentora Support Forums

Full Version: How to install PostgreSQL phpPgAdmin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How to install PostgreSQL & phpPgAdmin in ubuntu along with sentora

so far my steps are

Install PostgreSQL


Code:
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add - sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' sudo apt-get update sudo apt-get install postgresql postgresql-contrib