diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-04-30 22:12:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-04-30 22:12:07 -0500 |
commit | 21a84362eab488533c259413d351550da3d12b2c (patch) | |
tree | 28731ad85c80a9826cd0a3ca28314bdc9983aa36 /docs/source/deploying.rst | |
parent | 084a619079e9428efcedbf301412d539017a0ab4 (diff) | |
download | mediagoblin-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.rst | 2 |
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 |