diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 19:52:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 19:52:24 +0000 |
commit | 73c9ca597e083354d0ea9843ebea319096ce5111 (patch) | |
tree | 4fa5864b35365e3a8dd5df7cc438b9530827abd5 /notes/INSTALL | |
parent | 4ebfa74ad83b23c253090f682d9bbfa36e2c63f6 (diff) | |
parent | cf347f8fbce0fefa4f8da01a867bfe523bbe5dc0 (diff) |
Merge commit 'remotes/origin/migrate_from_osgb36_to_wgs84'
Diffstat (limited to 'notes/INSTALL')
-rw-r--r-- | notes/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index 5254a6982..fcb1f5579 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -82,14 +82,14 @@ mail youremail@example.com # send a test message cp conf/general-example conf/general nano conf/general -# You only need to alter: +# You may need to alter: # * the database connection details # * the OPTION_BASE_URL to be where your test site will run - eg 'http://localhost' # * the OPTION_EVEL_URL to '' - this will cause some emails not to be sent but warned to STDERR instead - proper email handling is being worked on # * the OPTION_SMTP_SMARTHOST to '' if routing mail via ssmtp as described above - otherwise your SMTP server # * set OPTION_EMAIL_VHOST to the same as OPTION_BASE_URL minus the 'http://' - eg 'localhost' # * set OPTION_UPLOAD_CACHE and OPTION_GEO_CACHE to your preferred values - +# * set OPTION_COUNTRY to your ISO3166 alpha2 code ('GB' for the United Kingdom: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) # SETTING UP THE DATABASES |