Installing Koha: Configure and start Zebra
The last part in this series of posts will be configuring zebra, koha’s default search engine. We will begin by
Read moreThe last part in this series of posts will be configuring zebra, koha’s default search engine. We will begin by
Read moreAt this stage, koha is actually installed. We now need to make apache2 web server serve koha’s web pages. When
Read moreBefore you can install koha, you need to provide some information to the installer. Run the following command to configure
Read moreBefore you can create a database, you need to log-in to MySQL with the following command mysql -u root -p
Read moreTo download koha’s source code, issue the following command. wget -c http://download.koha-community.org/koha-latest.tar.gz This will download koha in a compressed (or
Read moreKoha relies on many other packages to run. These include MySQL database, Apache2 web server and zebra for indexing among
Read moreWe need to create a new user account with which we shall use to install and run koha. To do
Read moreIf you are an idiot like me, then you know that getting started to install koha on your own is
Read more