From 58ab16432c96a72a66c9a7fa658af0c2daefd3e8 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 9 Oct 2009 10:16:00 +0200 Subject: [PATCH] Fixed issue 261, default paths for gitcron.php and gitserve.php can't find Pluf. --- INSTALL.mdtext | 7 ++++--- scripts/gitcron.php | 14 ++++---------- scripts/gitserve.php | 9 ++------- src/IDF/conf/path.php-dist | 38 ++++++++++++++++++++++++++++++++++++++ www/index.php | 8 +------- 5 files changed, 49 insertions(+), 27 deletions(-) create mode 100644 src/IDF/conf/path.php-dist diff --git a/INSTALL.mdtext b/INSTALL.mdtext index 24eae3a..817bc5b 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -59,6 +59,8 @@ Here is the step-by-step installation procedure: * The InDefero installation folder is the folder containing this file INSTALL.mdtext. * Make a copy of `src/IDF/conf/idf.php-dist` as `src/IDF/conf/idf.php`. * Update the idf.php file to match your system. +* Make a copy of `src/IDF/conf/path.php-dist` as `src/IDF/conf/path.php`. +* Update the path.php file to match your installation paths. It should work out of the box if you followed the recommended file layout. * Open a terminal/shell and go into the `src` folder in the InDefero installation folder. **Command:** @@ -73,8 +75,7 @@ Here is the step-by-step installation procedure: **Bootstrap script:**