Merge pull request #5937 from RandomInsano/patch-1

Postgres Client Needed for Ubuntu 13.04
This commit is contained in:
Dmitriy Zaporozhets 2014-01-07 02:31:17 -08:00
commit a00874a9ef
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ GitLab supports the following databases:
## PostgreSQL
# Install the database packages
sudo apt-get install -y postgresql-9.1 libpq-dev
sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev
# Login to PostgreSQL
sudo -u postgres psql -d template1