aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-07 16:05:46 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-07 16:05:46 +0000
commitf9ff759862986ac784ac7090ed3181b152e1f52d (patch)
tree0fa53b01f2df758c35f7659356044c443078188d /notes
parentf87390b2dd4dd1b57f122426b23a1080c1e86c93 (diff)
Add note about cache dir to install steps
Create geo cache dir if it is missing
Diffstat (limited to 'notes')
-rw-r--r--notes/INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/INSTALL b/notes/INSTALL
index 5e79a49a6..5254a6982 100644
--- a/notes/INSTALL
+++ b/notes/INSTALL
@@ -39,7 +39,7 @@ sudo apt-get install `cat conf/packages`
# also install these that are available by default on mySoc boxes:
sudo apt-get install \
- libregexp-common-perl php5-cli perl-doc
+ libregexp-common-perl php5-cli perl-doc libtest-exception-perl
# SETTING UP APACHE
@@ -88,6 +88,7 @@ nano conf/general
# * 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
# SETTING UP THE DATABASES