diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-07 14:53:12 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-07 14:53:12 +0000 |
commit | fc36c3efb725c1bce74853c250ab61fca838d4de (patch) | |
tree | 33ff09dfdfa9bd84f72c4bc70cc0d1ba39606b20 | |
parent | 8153648acc3f9445a49a666cab3e2ad2d3f00c6a (diff) |
mention we need the postGIS extentsion for PostgreSQL
-rw-r--r-- | notes/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index 261865700..56be765db 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -14,9 +14,9 @@ conf/packages is a list of Debian packages that are needed, so install them if you're on Debian/Ubuntu. You'll also probably need to install lots of CPAN modules, see the section on that below. -FixMyStreet expects a PostgreSQL database, so set one of them up - the schema -is available in db/schema.sql. You will also need to load in db/alert_types.sql -to populate the alert types table. +FixMyStreet expects a PostgreSQL database with the postGIS extension, so set one +of them up - the schema is available in db/schema.sql. You will also need to load +in db/alert_types.sql to populate the alert types table. Copy conf/general-example to conf/general and set it up appropriately: * provide the relevant database connection details |