Frequently Asked Questions

How do I install KA Lite?

Information on how to install KA Lite is available via our user guides.

How much does KA Lite cost to install?

It is FREE – both free as in “free speech” and free as in “free beer”! To learn more about free software, see this Free Software Foundation article

How do I report a problem?

Please follow the instructions on our Github Wiki for reporting bugs.

How do I change KA Lite’s content folder?

If you want to change your installation’s content folder from the default (say, to point to a shared folder across installations), see how to configure CONTENT_ROOT in the “Configuration Settings” section.

Is there somewhere I can find Spanish language content organized by topic?

Yes! Thanks to the efforts of an awesome volunteer deploying KA Lite and other OER in the Sacred Valley in Peru, you can download blocks of Spanish Lanugage content from his public Google Drive folder. You can also follow his deployment at http://www.huacamayu.org/.

I would like to download the videos for KA Lite via BitTorrent, is this possible?

Yes! Please see the instructions for “Downloading Videos in Bulk”.

How can I install a language pack without a reliable internet connection?

To install, a language pack on a computer without internet access, look up the language code for the language you wish to download:

Language name Code
Arabic ar
Bulgarian bg
Burmese my
Danish da
English en
French fr
German de
Hindi hi
Kannada kn
Lao lo
Polish pl
Portuguese, BR pt-BR
Spanish es
Swahili sw
Tamil ta
Xhosa xh
Zulu zul

Once you’ve determined the right language code, you can download the right language pack using this url:

http://keep.learningequality.org/media/language_packs/0.15/<code>.zip

where <code> is replaced by the right language code. You can now carry around that zip file to computers you want to install the language pack to.

You can install the language pack with the following command (for Debian and OS X):

kalite manage languagepackdownload --from-file=<path to zip file> -l<language code> --commandline

Or for Windows:

<path to KA Lite installation>\bin\windows\kalite.bat languagepackdownload --from-file=<path to zip file> -l<language code> --commandline

An example invocation for Windows would be:

C:\Program Files\KA Lite\ka-lite\bin\windows\kalite.bat languagepackdownload --from-file="C:\Downloads\es.zip" -les --commandline

After starting up your server, you should now see your new language in the Manage > Language page.

Do I need the internet to run KA Lite?

No. The only time you need an internet connection is for the initial download of the content (either to the target device, or to a USB stick that can then be carried or mailed). After installation, you can serve the content from a local server or use it directly on the server device without an internet connection.

How do you operate in the field?

The Learning Equality team primarily works in our San Diego offices, building software and shaping our roadmap based on our interactions with our partners around the world. We work with individual humanitarians and NGOs of all sizes to help them distribute KA Lite to offline communities around the world.

What are the typical deployment scenarios?

A typical school deployment varies depending on whether or not a school already has a computer lab.

School with an existing computer lab: In this case, KA Lite would be deployed as a server on one of the existing computers. Students would connect using client devices over the local intranet.

School with no existing computer lab: For schools that do not have an existing computer lab, a KA Lite deployment would involve obtaining a device that can run as a KA Lite server (most computers) and other devices to be used as clients. One common configuration is using a Raspberry Pi or other inexpensive computer as a server and relatively cheap tablets as client devices.

What are some possible hardware configurations for deploying KA Lite?

You will need:

  1. A computer that is running the KA Lite software (e.g. a desktop computer, laptop, or Raspberry Pi).
  2. One or more client devices that have web browsers (laptops, tablets, desktop computers, etc)

Note that for a single-user deployment (1) and (2) can be the same computer, with the browser connecting to the locally running KA Lite server software. To make the software accessible to multiple client devices, you will need to put them on the same local network as the KA Lite device (1), e.g. through a router.

What sort of processing power is required for KA Lite?

KA Lite has very low processing requirements, and can be run as a server on devices with processors as low-powered as the $35 Raspberry Pi, using about 100MB of RAM. There is also low processing power required for client devices as well, and any browser that supports HTML5 video with h264 encoding or Flash Player should be able to function as a client device.

What are the operating system (OS) and software requirements for running KA Lite?

KA Lite can run on almost any major operating system: Windows, Linux, and Mac/OSX. The only software dependency is the Python 2.7 runtime.

What is data syncing?

KA Lite is capable to share your student progress data with a central data repository when you are online. This enables the system to have an online backup of your data, allows you to view your student progress online, and to share your data across multiple KA Lite installations.

Who maintains the KA Lite project?

KA Lite is created, maintained, and operated by the Foundation for Learning Equality, Inc, a California-based nonprofit organization.

What is KA Lite’s affiliation with Khan Academy?

KA Lite is an independent, open-source project maintained by Learning Equality, and is not officially affiliated with Khan Academy, although they are very supportive of the KA Lite project, and are one of our key partners.

How can local curriculum be generated?

Local content creation is something that Learning Equality intends to build into future platforms. If you would like to be notified when it is available, subscribe for updates on our home page, or if you would like to help fund this project, please click here.

How is it possible to compress the content into KA Lite?

First, users are able to select which videos they wish to download through the user-interface, allowing the users to customize the amount of space used.

What languages is KA Lite available in?

KA Lite was released with internationalization support on 2014/03/07, including support for a translated interface, dubbed videos, subtitles, and translated exercises. Currently we have varying levels of support Portuguese, Danish, French, Polish, Spanish. Please visit our blog for the latest information about language support.

Can I contribute to KA Lite as a developer?

Yes! KA Lite is an open source project, and developers are encouraged to contribute! If you are interested in developing for KA Lite, check out the instructions for getting started.

Can I contribute to KA Lite as a translator?

Yes, absolutely! If you would like to contribute to KA Lite as a translator, you can get started over on our translations and internationalization page on our GitHub Wiki!

Can I contribute even if I don’t know how to code?

Yes! There are many ways!

How do I find out more?

To stay up-to-date on all our activities, follow our blog, Twitter, and Facebook!

How does Learning Equality measure the impact of KA Lite?

Because KA Lite is freely available and designed to run offline, collecting impact data can be challenging.

KA Lite is capable of synchronizing data with our central data repository when an online connection exists.

For the deployments in which we do have direct involvement, we receive updates from our partners with quantitative data from the built-in coach reports and attain qualitative data from our on-site visits. For example, we know that 20 out of 20 students in the Idaho Department of Corrections deployment have passed their GED using KA Lite.

Backing up data: is there any easy way to do it locally?

Yes! Just copy the .kalite folder, typically located in /home/user/.kalite. To restore, simply copy the backup data file to the same location. If you have changed versions, please run:

kalite manage setup

to guarantee your database is compatible with the current version of KA Lite you have installed! Note that online data back-ups occur if you “register” your KA Lite installation with an online account on our website.

If you only want to backup the database, locate the .kalite/database/ folder and copy and restore that one.

I skipped the step for downloading the assessment items during install, how can I do it now?

Run the following command (beware it can take a while, the download size is over 500 MB):

kalite manage unpack_assessment_zip https://learningequality.org/downloads/ka-lite/0.15/content/assessment.zip -f

As an alternative, you can download the zip file from https://learningequality.org/downloads/ka-lite/0.15/content/assessment.zip and run the command on your local copy. This is useful if you’re deploying KA Lite on multiple computers.

I can’t get KA Lite to work on Windows! The installation succeeded, but nothing happens!

KA Lite on Windows is controlled through a task-tray program. See the installation guide for some more info.