aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-08 14:05:01 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-08 14:05:01 +0000
commit1a5baa677635b0fb981bd4cf83e1843f8d5ef8ab (patch)
treef86ee8c99fd6269b925640dc2bb3ebb44ee279ce /notes
parent410d1f1edc737d1d60e83f90053fe028eff3de30 (diff)
Store full size photos that are uploaded on filesystem, put hash in database. Fixes #9, basics for #209 (needs light box adding).
Diffstat (limited to 'notes')
-rw-r--r--notes/INSTALL2
-rw-r--r--notes/no-update-server2
2 files changed, 2 insertions, 2 deletions
diff --git a/notes/INSTALL b/notes/INSTALL
index 560eb6c0f..bb28e60fa 100644
--- a/notes/INSTALL
+++ b/notes/INSTALL
@@ -21,7 +21,7 @@ to populate the alert types table.
Copy conf/general.yml-example to conf/general.yml and set it up appropriately:
* provide the relevant database connection details
* the BASE_URL to be where your test site will run - eg 'http://localhost'
-* set UPLOAD_CACHE and GEO_CACHE to your preferred values
+* set UPLOAD_DIR and GEO_CACHE to your preferred values
* MAP_TYPE - OSM is probably the best one to try to start with, it's being
successfully used.
diff --git a/notes/no-update-server b/notes/no-update-server
index ad1ce26e2..1f59c0116 100644
--- a/notes/no-update-server
+++ b/notes/no-update-server
@@ -323,7 +323,7 @@ TEST_EMAIL_PREFIX: ''
CONTACT_NAME: 'FiksGataMi'
STAGING_SITE: 1
-UPLOAD_CACHE: '/var/lib/fixmystreet/upload/'
+UPLOAD_DIR: '/var/lib/fixmystreet/upload/'
GEO_CACHE: '/var/lib/fixmystreet/cache/'
GOOGLE_MAPS_API_KEY: ''