From: tla <tla@mit.edu>
Date: Thu, 23 Jan 2014 15:57:03 +0000 (+0100)
Subject: update the README a little
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc8e6e62ad778a70e6f571019b709326e252ac89;p=scpubgit%2Fstemmaweb.git

update the README a little
---

diff --git a/README.md b/README.md
index 69f78e8..a503ea4 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,10 @@ set up to run the standalone service:
 		<extra_args>
 			user STEMMAWEB_USER
 			password STEMMAWEB_PASS
+			<dbi_attrs>
+				mysql_enable_utf8 1
+			</dbi_attrs>
 		</extra_args>
 		</model_args>
-* (Optionally) configure Stemmaweb to run under FastCGI, Plack, or any other Catalyst-compatible application framework. See http://www.catalystframework.org for more information.
\ No newline at end of file
+		
+* (Optionally) configure Stemmaweb to run under FastCGI, Starman, or any other Catalyst-compatible application framework. See http://www.catalystframework.org for more information. The provided stemmaweb.psgi was written to work with Starman running behind Apache on a specified non-root URL path.
\ No newline at end of file