{% extends "central/base.html" %} {% load i18n %} {% load my_filters %} {% load staticfiles %} {% block title %}{% trans "Thank you for installing KA Lite!" %}{% endblock %} {% block install_active %}active{% endblock install_active %} {% block headcss %} {% endblock headcss %} {% block headjs %} {% endblock %} {% block content %}

Thank you for downloading KA Lite{% if version %} {{ version }}{% endif %}!

{% if download_url %}
Click here if download does not start automatically within seconds.
{% endif %}

What do I do after download?

  1. When the download completes, copy the zip file to your server(s).
  2. From the server(s), unzip the zip file.
  3. From the server(s), run the install_from_zip script file for your operating system.

Do you have Python?

Python is the program that runs KA Lite; some systems may not have it.
  1. If you need it, download Python (version 2.7).
  2. Copy the Python installer over to your server(s).
  3. Install Python before you install KA Lite.
  4. Make sure to add Python to your PATH (Windows, Linux, MacOS).
  5. Then, install KA Lite (instructions above).
{% endblock %}