From 43873bb262cbc1c89f762987441db5cfffd178ec Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Aug 2014 12:11:30 +0100 Subject: postgresql and postgresql-client are on the package lists. If you've followed the guide so far, they're now installed. --- docs/installing/manual_install.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/installing/manual_install.md') 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 -- cgit v1.2.3