From: tla Date: Wed, 20 Nov 2013 21:25:27 +0000 (+0100) Subject: a little runtime cleanup and bookkeeping X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dde0e57285f88b2b74739a95b4a9abcdaf61fed5;p=scpubgit%2Fstemmaweb.git a little runtime cleanup and bookkeeping --- diff --git a/Makefile.PL b/Makefile.PL index d883b3e..a87978f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,6 +27,7 @@ requires 'Catalyst::View::Download::Plain'; requires 'Catalyst::View::JSON'; requires 'Catalyst::View::TT'; requires 'Catalyst::View::Email::Template'; +requires 'Plack::Middleware::ReverseProxyPath'; ## Auth: requires 'Catalyst::Plugin::Authentication'; requires 'Catalyst::Plugin::Session'; diff --git a/README.md b/README.md index 6fd6b81..69f78e8 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ set up to run the standalone service: script/maketestdb.pl script/stemmaweb_server.pl -* Replace the database settings in stemmaweb.conf with the settings for your database. If you are using MySQL, for example, the settings might look like this: +* Replace the database settings in stemmaweb.conf with the settings for your database. If you are using MySQL, for example, the contents of the stanza might look like this: - dsn dbi:mysql:dbname=stemmaweb + dsn dbi:mysql:dbname=stemmaweb;host=DB_HOSTNAME user STEMMAWEB_USER password STEMMAWEB_PASS diff --git a/stemmaweb.conf b/stemmaweb.conf index a0169dc..14dc998 100644 --- a/stemmaweb.conf +++ b/stemmaweb.conf @@ -4,6 +4,3 @@ name = stemmaweb dsn dbi:SQLite:dbname=db/traditions.db - - dsn dbi:SQLite:dbname=db/traditions.db -