http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1298 Summary: Web installer uses platform-specific elements Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: Web Installer AssignedTo: henridamien@koha-fr.org ReportedBy: jmf@kados.org QAContact: koha-bugs@nongnu.org The web installer uses platform specific elements that make it impossible to use on platforms other than linux: 1. hard-coded directory names instead of environment variables 2. system call to 'chmod' utility (rather than chmoding the install dir, set a flag in a config file to disable the installer) 3. system call to 'find' utility 4. system call to 'mysql' utility This does not meet our design goals or standards and will need to be fixed before being included in the 3.0 release. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.