Koha Installation On Ubuntu
Koha Installation On Ubuntu
libraries such as school, college, university special library etc. It was created in 1999 by
Katipo Communications for the Horowhenua Library Trust in New Zealand. It was written in
PERL and released under GNU General Public License V3 or later.
The stable version 22.11 released. To install koha 22.11 completely in Ubuntu 22.04 Jammy
Jellyfish, we have to go through two processes i.e Charater User Interface installation (using
terminal) and Graphical User Interface installation (using a web brower). Here the character
user interface installation process discussed below.
sudo su
apt-get update
apt-get upgrade
mysql --version
mysql -u root -p
Step : 7 - Set required permission
Next exit
Exit;
apt-get update
apt-get upgrade
apt-get update
apt-get upgrade
While installing koha 20.11.05 version on Ubuntu 21.04 Hirsute Hippo, sometimes during
web installation process, Perl Module Missing error occurs. Basically shows, "Locale ::
Language" is module missing. So, if this type of error occurs then we have to install
required perl modules before executing koha-common. After bringing all required PERL
modules we can make error free installation of Koha. Type below command in terminal-
Here I change port number of Koha staff client to 8001. Find following line in the file and
make changes.
INTRAPORT="8001"
OPACPORT="8002"
Give the answer n (no) for the first question. Give Y (Yes) for other questions. For detail
instruction click here
sudo mysql
We have assigned 8001 port for Koha staff client and 8002 for OPAC.
Open following file and add new port.
Listen 8001
Listen 8002
koha-rebuild-zebra -v -f library
sudo su
mysql -u root -p
use mysql;
quit;
It will automatically check perl dependencies. Click on continue to the next step.
Import almost all files to the database except sample libraries and sample patrons because
we need to enter our library name and register our patrons for our library.
Step - 11 : Set up Some Koha's basic Requirements
Now installation complete and it will automatically redirected to the login page after 10
seconds.