aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-19 12:11:30 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:21 +0100
commit43873bb262cbc1c89f762987441db5cfffd178ec (patch)
treeec78475d452c8348451fbf586a45e5dd82a8a706
parent2c19f1f33ad5a5de419bb4693364d51f188c18ff (diff)
postgresql and postgresql-client are on the package lists.
If you've followed the guide so far, they're now installed.
-rw-r--r--docs/installing/manual_install.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index a96f51596..756da5f69 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -279,10 +279,6 @@ There has been a little work done in trying to make the code work with other
databases (e.g., SQLite), but the currently supported database is PostgreSQL
("postgres").
-If you don't have postgres installed:
-
- apt-get -y install postgresql postgresql-client
-
Create a `foi` user from the command line, like this:
sudo -u postgres createuser -s -P foi