add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / README.md
index b5c4929..a503ea4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Stemmaweb - a Catalyst webservice for text tradition analysis
 =============================================================
 
-Stemmaweb is a web application, developed in Perl (using the Catalyst framework) and Javascript (using JQuery), 
+Stemmaweb is a web application, developed in Perl (using the Catalyst framework) and Javascript (using JQuery), for analysis of the copying relationships (stemmatology) between different manuscript versions of the same text.
 
 
 Installation 
@@ -32,13 +32,17 @@ 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 <Model Directory> stanza might look like this:
 
                <model_args>
-               dsn dbi:mysql:dbname=stemmaweb
+               dsn dbi:mysql:dbname=stemmaweb;host=DB_HOSTNAME
                <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