I have to install KOHA on a FreeBSD 7.0 Release operating system (my choice). Do you know where a can find informations concerning the installation. I will prefer install KOHA on FreeBSD rather on an another OS because it is a good system. We could coordinate our research and works.
There is no specific issue installing Koha on FreeBSD. You have to read Koha INSTALL file and do the installation the FreeBSD way. As you know, FreeBSD has two installation mechanisms: (1) packages (compiled) and (2) ports (source with specific install instruction-compilation). * Install Apache, Perl and MySQL from packages. Something like pkg_add -r mysql50-server, etc. * Install Yaz and Zebra from source (indexdata.dk) * Install required libraries libxml2 and libxslt packages * Install required Perl modules from packages and if unavailable from CPAN. -- Frédéric