update the README a little
tla [Thu, 23 Jan 2014 15:57:03 +0000 (16:57 +0100)]
README.md

index 69f78e8..a503ea4 100644 (file)
--- 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