From: Tara L Andrews <tla@mit.edu>
Date: Tue, 10 Jun 2014 09:40:24 +0000 (+0200)
Subject: fix typo in conf file; add path to pars executable
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c17ce940c9655fd6a6280532b6686c4db276e032;p=scpubgit%2Fstemmaweb.git

fix typo in conf file; add path to pars executable
---

diff --git a/stemmaweb.conf b/stemmaweb.conf
index b856c61..3206617 100644
--- a/stemmaweb.conf
+++ b/stemmaweb.conf
@@ -2,8 +2,11 @@
 # you want to use YAML like in old versions of Catalyst
 name = stemmaweb
 <Component Controller::Stexaminer>
-    idp_solver_url http://perf.byzantini.st/cgi-bin/graphcalc.cgi
-</Controller>
+    idp_solver_url http://byzantini.st/cgi-bin/graphcalc.cgi
+</Component>
+<Component Controller::Stemweb>
+    pars_path /Users/tla/Projects/phylip-3.69/exe/pars.app/Contents/MacOS/pars
+</Component>
 <Model Directory>
     dsn dbi:SQLite:dbname=db/traditions.db
 </Model>