diff options
author | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-08 10:55:00 -0300 |
---|---|---|
committer | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-08 10:55:00 -0300 |
commit | 98e6f22852e469873fa05f9d8dca25b0d170edc7 (patch) | |
tree | cdb4a5c1434eee47061e7b3c540c9838656be294 /notes | |
parent | 373ba6c49d1f83701e2e9870a4d1ea9dee9e101a (diff) |
Add COUNTRY to config
If GB check lat,lon in UK
Diffstat (limited to 'notes')
-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 |