Koha database installation
Greetings, I have the fallowing question: How can I to install Koha (the aplication) in one server, with the database in other server. It is possible to do that?
Edisnel Carrazana Castro wrote:
Greetings, I have the fallowing question:
How can I to install Koha (the aplication) in one server, with the database in other server. It is possible to do that? This is the developer list - imho your question fits much better on the user list, anyway: If you run: perl Makefile.PL it'll ask you about the hostname for the databaseserver. Instead of localhost you just have to write the IP or hostname of your server in there and you are done. (Maybe you'll have to take care if you grant the privileges for your koha user, so it can login from another host (the default is to restrict the login only to localhost)).
imp
How does Koha handle Zebra in such a case? Where will the Zebra database reside? -----Original Message----- From: koha-devel-bounces@lists.koha.org [mailto:koha-devel-bounces@lists.koha.org] On Behalf Of imp Sent: Wednesday, March 18, 2009 3:17 PM To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Koha database installation Edisnel Carrazana Castro wrote:
Greetings, I have the fallowing question:
How can I to install Koha (the aplication) in one server, with the database in other server. It is possible to do that? This is the developer list - imho your question fits much better on the user list, anyway: If you run: perl Makefile.PL it'll ask you about the hostname for the databaseserver. Instead of localhost you just have to write the IP or hostname of your server in there and you are done. (Maybe you'll have to take care if you grant the privileges for your koha user, so it can login from another host (the default is to restrict the login only to localhost)).
imp _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel -- No virus found in this incoming message. Checked by AVG. Version: 7.5.557 / Virus Database: 270.11.16/2005 - Release Date: 3/16/2009 7:01 PM
Hi, On Wed, Mar 18, 2009 at 9:38 AM, C W Nel <zang@zang.co.za> wrote:
How does Koha handle Zebra in such a case? Where will the Zebra database reside?
The short answer is that you can run Zebra on whatever server you want, including the web server, the database server, or even a separate Zebra server. Zebra can communicate with Koha over a Unix-domain socket, in which case the zebrasrv daemon will typically need to run the web server, or over TCP, allowing zebrasrv and the Zebra index files to be hosted on a different server. The koha-conf.xml configuration controls whether Zebra uses Unix-domain sockets, TCP, or both to listen to requests. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
participants (4)
-
C W Nel -
Edisnel Carrazana Castro -
Galen Charlton -
imp