Koha Virtual Appliance FAQ

Problem: I've upgraded Koha and now I'm getting errors with the message Can not locate Template.pm.

Solution: Exit the Koha Management Console and execute this command: sudo apt-get install libtemplate-perl


 

Problem: The Koha Management Console reports that an IP Address was not found.

Solution:

  1. Exit the KMC and execute this command: sudo sh -c "cat /dev/null > /etc/udev/rules.d/70-persistent-net.rules"
  2. Reboot

Problem: I would like to update the version of Koha installed in the Virtual Appliance

Solution: Use the power of Git to upgrade with ease!

  1. Log in to the console as 'koha'
  2. cd kohaclone
  3. git fetch origin
  4. git checkout origin/master ( for the latest version ) OR git checkout v3.02.00-alpha2 ( for the 3.2 alpha )
  5. git branch -M master old_master
  6. git branch master
  7. git checkout master

Problem: I don't know the Username/Password
Solution: The usernames are:
  • OS: root, koha
  • MySQL: root, kohaadmin
  • Koha: kohaadmin
All passwords are katikoan