Saturday, April 28, 2018

Installing Multiple Instances of Koha on single installation.

Installing Multiple Instances of Koha

I have successfully installed multiple instances of Koha.
My Koha installation is based on Ubuntu packages.
Installation of multiple instances is very helpful for maintaining
 different Koha instances on single installation.
Follow the instructions,

Add two different port numbers for new Koha instance

sudo leafpad /etc/apache2/ports.conf

Add two new ports,


Listen 8080
Listen 8081

Create new instance

sudo koha-create --create-db instancename

We have created an instance (e.g. smbs) for our School.

Open and edit apache site file add port numbers

leafpad /etc/apache2/sites-available/smbs


Save and close the file.


Restart Apache server

sudo /etc/init.d/apache2 restart

Open Koha staff client and proceed installation post installation process.

http://127.0.1.1:8080

Zebra rebuild

koha-rebuild-zebra -v -f instancename 


Find Koha new instance configuration files in

/etc/koha/sites/

No comments: