fix typo in conf file; add path to pars executable
Tara L Andrews [Tue, 10 Jun 2014 09:40:24 +0000 (11:40 +0200)]
stemmaweb.conf

index b856c61..3206617 100644 (file)
@@ -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>