X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=69f78e8cbcfdada1ef36fc6359a614fe40caa936;hb=2e86ad0ea1ce82bb9702fe79ff12f954f3a33a9e;hp=b5c492955d3e3293687debf672401c69f124d515;hpb=903cd6eed525838fcdf2dd6008fe90db52e77182;p=scpubgit%2Fstemmaweb.git diff --git a/README.md b/README.md index b5c4929..69f78e8 100644 --- 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,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