From fc36c3efb725c1bce74853c250ab61fca838d4de Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 7 Dec 2011 14:53:12 +0000 Subject: mention we need the postGIS extentsion for PostgreSQL --- notes/INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notes') 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 -- cgit v1.2.3 From 5a7addcf4d1796135cd44856add81305a857023b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 6 Jan 2012 12:38:58 +0000 Subject: Remove problem with DBIx::Class::EncodedColumn by requesting one of its sub packages. --- notes/INSTALL | 6 ------ 1 file changed, 6 deletions(-) (limited to 'notes') diff --git a/notes/INSTALL b/notes/INSTALL index 56be765db..7287aa3d3 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -65,12 +65,6 @@ If you need to add a module do it using: and it will update all the relevant bits. -Currently, you probably need to add EncodedColumn manually: - - module-manage.pl add DBIx::Class::EncodedColumn - -...because it's explicitly overridden in the code, which is fooling the installer. - If a module won't build (Test::WWW::Mechanize and HTTP::Server::Simple fail tests for me but the failures are not pertinent) then the module-manage script will bail out. Look in ~/.cpanm/build_log to see what went wrong. You can force -- cgit v1.2.3