0% found this document useful (0 votes)
470 views4 pages

Koha Xubuntu: /etc/apt/sources - List.d/koha - List Apt Get Update

The document provides step-by-step instructions for installing Koha integrated library system on an Ubuntu 14.04 system, including adding the Koha software repository, installing Koha and its dependencies, configuring the Apache web server, creating a Koha database instance, and accessing the staff client and OPAC. Troubleshooting tips are included for resolving errors such as those related to the apache2-mpm-itk module.

Uploaded by

pksunil_77
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
470 views4 pages

Koha Xubuntu: /etc/apt/sources - List.d/koha - List Apt Get Update

The document provides step-by-step instructions for installing Koha integrated library system on an Ubuntu 14.04 system, including adding the Koha software repository, installing Koha and its dependencies, configuring the Apache web server, creating a Koha database instance, and accessing the staff client and OPAC. Troubleshooting tips are included for resolving errors such as those related to the apache2-mpm-itk module.

Uploaded by

pksunil_77
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

InstallUbuntu14.

04andupdate
KohacaninstallonUbuntu/Xubuntu/Kubuntu/Lubuntu/LinuxMint17.Installtheoperating
systemfirst.Thenupdatethesystemusingfollowingcommands:
aptgetupdate
aptgetupgrade
Installlightweighttexteditor

aptgetinstallleafpad
AddKohacommunityrepository
AddKohasoftwarechannelintoUbuntu.
echodebhttp://debian.kohacommunity.org/kohaoldstablemain|sudotee
/etc/apt/sources.list.d/koha.list
wgetOhttp://debian.kohacommunity.org/koha/gpg.asc|sudoaptkeyadd

aptgetupdate

InstallKoha
FollowingcommandwillinstalllatestreleaseofKoha.
aptgetinstallkohacommon

ThecommandwillstarttodownloadKohaandrequiredpackages.
Ontheway,theprocesswillasktoentermailofsystem.Acceptthedefaultvalues.
Haveyougotfollowingerrormessage?
Errorswereencounteredwhileprocessing:
libapache2mpmitk
apache2mpmitk
kohacommon
E:Subprocess/usr/bin/dpkgreturnedanerrorcode(1)

This error related with apache2mpmitk issue. Apply following commands. If you have not
founderrorrelatedtoapache2mpmitk,skipfollowingsection.
Howtosolveapache2mpmitkissue?

Applyfollowingcommandsinaterminal
sudoa2dismodmpm_event
sudoa2enmodmpm_prefork
sudoserviceapache2restart
sudoaptgetinstallf
Serverconfiguration
Inthisstep,needtoeditnetworkinformationlikedomainnameandportnumbers.
sudoleafpad/etc/koha/kohasites.conf
HereIchangeportnumberofKohastaffclientto8080.Findfollowinglineinthefileand
makechanges.
INTRAPORT="8080"

InstallMySQLserver
ApplyfollowingcommandtoinstallMySQLserver.
sudoaptgetinstallmysqlserver
Giveanewpasswordforrootuserwhileinstallation.
Kohainstancecreation

ApplyfollowingcommandstocreateApacheconfigurationfiles.
sudoa2enmodrewrite
sudoa2enmodcgi
sudoserviceapache2restart
CreateaKohainstancewiththenamelibrary.
sudokohacreatecreatedblibrary
UbuntuMySQLsecurityTweak
Applyfollowingcommand:

sudomysql_secure_installation

[EntertheMySQLRootpassword]
GivetheanswerYforthefirstquestion.GiveNforotherquestions.

Addingports
Wehaveassigned8080portforKohastaffclientand80forOPAC.
Openfollowingfileandaddnewport.
sudoleafpad/etc/apache2/ports.conf
CopypastefollowinglinebelowListen80
Listen8080

RestartApache,
sudoserviceapache2restart
Enablemodulesandsites
sudoa2dissite000default
sudoa2enmoddeflate
sudoa2ensitelibrary
sudoserviceapache2restart
ChangeKohadefaultmasterpassword
Seethefollowinglink
http://kohageek.blogspot.in/2013/05/howtochangemasterpasswordofkoha.html
InstallmissingPERLmodules
AfterinstallneedtoinstallsomePERLPERLmodulesusingCPAN.
Koha>AboutKoha>PerlModules
FindmissingPERLmodulesindifferentcolors.
OpenaterminalandapplyfollowingcommandtoenableCPAN.
sudosu

cpan
ToinstallaparticularPERLmodule,e.g.
installTest::DBix::Class
HowtostartKoha
Openfollowinglinks,
http://127.0.1.1:8080(Stffclient)
http://127.0.1.1:80(Onlinecatalogue)

You might also like