Koha Virtual Appliances

Last Updated on Thursday, 17 May 2012 10:53 Written by Kyle Friday, 8 June 2007 09:31

Koha virtual appliances are an easy way to get up and running very quickly with the latest versions Koha. Virtual Appliances make demoing, testing and deploying Koha much easier.

The Koha Virtual Appliance is available as a VMDK image that is compatible with VMware products, VirtualBox, and other virtualization software.

Choices

Each version of Koha is available in 2 flavors. Configured, and Unconfigured. The configured version has been completely set up with all the optional example data included with the installation. This is a good version to use if you would like to demo Koha. The unconfigured version has been configured up to but not including the web-based setup system. This version can be set up for a different version of MARC, can be switched between using Zebra or not, and the example data does not have to be imported. This is a good version to use if the configured version does not suit your demoing needs, and make an excellent platform for testing migration from a previous ILS.

Download

The Koha Virtual Appliances are currently being hosted for download from the Koha-Tools project at Sourceforge.net

Koha Virtual Appliance 3.6 – Configured

Koha Virtual Appliance 3.6 – Unconfigured

Help

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 -b rel_3.N.x checkout 3.N.x ( replace N with the current version number, e.g. 8 )
Problem: I don’t know the Username/Password
Solution: The usernames are:
  • OS: root, koha
  • MySQL: root, kohaadmin
  • Koha: kohaadmin
All passwords are katikoan

Leave a Reply

You must be logged in to post a comment.
Copyright © 2009 Afterburner - Free GPL Template. All Rights Reserved.
WordPress is Free Software released under the GNU/GPL License.