[Koha-patches] [PATCH] Bug 3255 [3.0.x], [3.2] You must to use the Unix user koha with dev install

tajoli at cilea.it tajoli at cilea.it
Mon May 25 16:10:40 CEST 2009


From: Zeno Tajoli <kohamnt at esx-fester.cilea.it>

---
 Makefile.PL |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index a4f748a..de2d3c6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -821,7 +821,9 @@ single:   Install files under a single directory.  This option
 dev:      Create a set of symbolic links and configuration files to
           allow Koha to run directly from the source distribution.
           This mode is useful for developers who want to run
-          Koha from a git clone.
+          Koha from a git clone. To use it you need a Unix user
+          called 'koha', part of the Unix group 'koha'. The user 'koha'
+          needs to be used as the main user of Koha installation. 
 
 Installation mode);
     $msg .= _add_valid_values_disp('INSTALL_MODE', $valid_values);
-- 
1.5.3.7




More information about the Koha-patches mailing list