1 --- a/web/config/mindtouch.host.conf.in 2011-11-29 12:22:24.148836527 +0000
2 +++ b/web/config/mindtouch.host.conf.in 2011-11-29 12:23:06.562703132 +0000
4 HOST_EXE="$BIN_DIR/mindtouch.host.exe"
6 # path to the Deki Wiki configuration xml file
7 -SCRIPT="/etc/dekiwiki/mindtouch.deki.startup.xml"
8 +SCRIPT="/etc/webapps/mindtouch/mindtouch.deki.startup.xml"
10 # don't require a tty (non-interactive mode)
15 # directory to store dekiwiki log files
16 -LOGDIR="/var/log/dekiwiki"
17 +LOGDIR="/var/log/mindtouch"
19 # location of the dekiwiki API log file
20 -LOGFILE="$LOGDIR/deki-api.log"
21 +LOGFILE="$LOGDIR/mindtouch.log"
24 --- a/web/config/mindtouch.deki.startup.xml.in 2011-11-29 13:25:29.769766659 +0000
25 +++ b/web/config/mindtouch.deki.startup.xml.in 2011-11-29 13:25:57.903453719 +0000
27 <db-catalog>%DB-CATALOG%</db-catalog>
28 <db-user>%DB-USER%</db-user>
29 <db-password hidden="true">%DB-PASSWORD%</db-password>
30 - <db-options>pooling=true; Connection Timeout=5; Connection Lifetime=30; Protocol=socket; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8;ProcedureCacheSize=25;Use Procedure Bodies=true;</db-options>
31 + <db-options>pooling=true; Connection Timeout=5; Connection Lifetime=30; server=/var/run/mysqld/mysqld.sock; Protocol=unix; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8;ProcedureCacheSize=25;Use Procedure Bodies=true;</db-options>
33 <!-- Page Subscription -->
34 <!-- from-address: From: address to use when sending out notification emails -->
35 --- a/web/maintenance/install-utils.inc 2011-12-02 16:11:59.172967921 +0000
36 +++ b/web/maintenance/install-utils.inc 2011-12-02 16:12:40.943489845 +0000
38 // and their default values, but don't forget to make changes in _this_
41 -\$IP = dirname(__FILE__);
42 +\$IP = "/usr/share/webapps/mindtouch";
43 ini_set("include_path", "$include_path");
44 require_once("includes/DefaultSettings.php");