X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=a503ea4183c9f3cd3024287c195f372a0a15380c;hb=80c4b652c73cd313bc3cffd9d6e36c58e41e9833;hp=6fd6b8197d281d93a10160d4475927282f701aa5;hpb=369ff3641b3b4ec42542a9ce6c13b5682098f473;p=scpubgit%2Fstemmaweb.git diff --git a/README.md b/README.md index 6fd6b81..a503ea4 100644 --- a/README.md +++ b/README.md @@ -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 stanza might look like this: - dsn dbi:mysql:dbname=stemmaweb + dsn dbi:mysql:dbname=stemmaweb;host=DB_HOSTNAME user STEMMAWEB_USER password STEMMAWEB_PASS + + mysql_enable_utf8 1 + -* (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