Ubuntu 20.04 in Koha Version
Ubuntu 20.04 in Koha Version
Ubuntu 20.04 in Koha Version
sudo su
apt-get update
apt-get upgrade
apt-get update
Change Port of Koha Staff Client to 8099. Edit following line in opened file, save & close the
file.
INTRAPORT=”8099″
Install MariaDB Server: We will use MariaDB server for Koha Database. Execute following
commands one by one to Install MariaDB Server.
sudo mysql_secure_installation
It will ask for password, setup root password for MariaDB. And answer “Y” (yes) to all questions.
Apply the following commands to enable rewrite & cgi
We have assigned 8099 port for the Koha staff client and 80 for OPAC.
Listen 8099
sudo a2dissite 000-default && sudo a2enmod deflate && sudo a2ensite library
Note: Password will display in terminal, please copy and save it for future use. You will require this
password on login into Koha Web Installer.
Enable & Start Plack for Koha Performance Improvement (Only enable it if you have
sufficient RAM):
When you access Koha Staff Client for first time, It will ask you to
setup your Koha Configuration in various steps. So please follow on
screen instructions and create a library and a super librarian
account to complete the Installation Process. Good Luck.