You Can Easily Install Koha On Ubuntu Operating System Using Below Process
You Can Easily Install Koha On Ubuntu Operating System Using Below Process
sudo su
apt-get update
apt-get upgrade
apt-get update
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.
Open the following file and add a new port.
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.
5XjPYeUqgUYcMv8@
Restart memcached server:
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.
Koha Software Installation has been completed.
NOTE:
If you see ‘perl modules missing’ error, then execute following command to
install missing dependencies.