aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-04-30 22:12:07 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-04-30 22:12:07 -0500
commit21a84362eab488533c259413d351550da3d12b2c (patch)
tree28731ad85c80a9826cd0a3ca28314bdc9983aa36 /docs/source/deploying.rst
parent084a619079e9428efcedbf301412d539017a0ab4 (diff)
downloadmediagoblin-21a84362eab488533c259413d351550da3d12b2c.tar.lz
mediagoblin-21a84362eab488533c259413d351550da3d12b2c.tar.xz
mediagoblin-21a84362eab488533c259413d351550da3d12b2c.zip
Also tell people to install python-psycopg2 if using postgres in docs
Diffstat (limited to 'docs/source/deploying.rst')
-rw-r--r--docs/source/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst
index fc0e2721..4d20da45 100644
--- a/docs/source/deploying.rst
+++ b/docs/source/deploying.rst
@@ -74,7 +74,7 @@ Configure PostgreSQL
These are the packages needed for Debian Wheezy (testing)::
- sudo apt-get install postgresql postgresql-client
+ sudo apt-get install postgresql postgresql-client python-psycopg2
The installation process will create a new *system* user named ``postgres``,
it will have privilegies sufficient to manage the database. We will create a