Installation of Koha 21.11
Installation of Koha 21.11
Installation of Koha 21.11
04)
OS Ubandu 20.05
User Name: koha
Password : koha123
sudo su
apt-get update
apt-get upgrade
2.Add the koha current stable repository address and source package key into ubuntu
echo deb http://debian.koha-community.org/koha stable main | sudo tee
/etc/apt/sources.list.d/koha.list
Press Enter
Press Enter
Update Ubuntu
Press Enter
3.Install the koha Latest Version
Press Enter
For Staff Interface we may use the port 8080 as INTRAPORT and for OPAC Interface default
port 80 can be used as OPACPORT.
So, change like INTRAPORT="8090"
Press Ctrl+O to save, press Enter to confirm and press Ctrl+X to close the file and return to
terminal.
Press Enter
When prompted “Do you want to continue? [Y/n]”, Enter Y to continue.
Listeningassigned ports
We have assigned 8080 port for the Koha staff client and 80 for OPAC.
Open the following file and Listen those ports.
sudo gedit /etc/apache2/ports.conf
Press Enter
Include the following line below Listen 80and save the file
Listen 8090
Check Koha Master Password, (Master Password can be changed at any line
Note:To retrieve Koha SuperUser’s username and password from koha-conf.xml file, run the
following command at terminal.
Get the username and password from below part of the file:
<db_scheme>mysql</db_scheme>
<database>koha_library</database>
<hostname>localhost</hostname>
<port>3306</port>
<user>koha_library</user>
<pass>JkdfgrrowhQTK</pass>
<biblioserver>biblios</biblioserver>
1. The installer itself prompts you to choose for setting up few basic configurations
which lets you create a Library, Patron category, Item type, circulation Rule and a
Admin user.
Create a list of libraries and enter their info and codes into Libraries & Groups
Define your list of Item Types
Define your patron categories and enter the categories and their codes into Patron
Categories
Enter any additional patron information fields you use in your library in the Patron
Attributes
o Requires that you first set the Extended Patron Attributes system preference
if you have custom fields
Define all of your Authorized Values
o Collection codes
o Shelving locations
o Item statuses (lost, not for loan, damaged, withdrawn)
o Plus any others that are needed in your library
Optionally define City/State/Postal Code combos
Map your bibliographic data from your legacy system to Koha fields and migrate
(remembering to use the collection, shelving, item type and library codes you
entered in the above setting areas)
Map your patron data from your legacy system to the Koha fields and migrate
(remembering to use the patron and library codes you defined above)
Logging into Koha
After installation, you will be redirected to Koha Login screen where you have to give
the usernername and password (fetched from koha-conf.xml) file.
URL: http://127.0.1.1:8080
Enter User name: koha_library
Password : JkdfgrrowhQTK