summaryrefslogtreecommitdiff
path: root/doc/install/databases.md
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-05 18:18:09 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-05 18:18:09 +0100
commit78d3611eba515beb85b86c1fc238cbbdbb1bc02f (patch)
tree616c1255b7f4b1df45fb5b2239ffac399d47cd78 /doc/install/databases.md
parent95ffe08674787b21172e38f9e1a4b47309c56418 (diff)
downloadgitlab-ce-78d3611eba515beb85b86c1fc238cbbdbb1bc02f.tar.gz
Remove redundant packages and move database specific ones to the db setup
* build-essential requires make, gcc * remove libmysql++-dev: the mysql2 gem only requires libmysqlclient-dev * remove postgresql-server-dev-9.1: the pg gem only requires libpq-dev * replace python-dev, python-pip with python2.7: the pygments.rb gem only requires python2.7
Diffstat (limited to 'doc/install/databases.md')
-rw-r--r--doc/install/databases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 1e714d793be..92011647f11 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -35,7 +35,7 @@ GitLab supports the following databases:
## PostgreSQL
# Install the database packages
- sudo apt-get install -y postgresql-9.1 postgresql-server-dev-9.1
+ sudo apt-get install -y postgresql-9.1 libpq-dev
# Install only the necessary gems
sudo -u gitlab -H bundle install --deployment --without development test mysql