Skip to content

learningequality/ka-lite-gtk

Repository files navigation

KA Lite Control Panel (GTK3)

Documentation Status

User interface for KA Lite server control (GTK3)

Screenshot of KA Lite GTK control panel

Features

  • Control the KA Lite server from a simple Control Panel
  • Supports a multi-user environment, i.e. User A controls User Bs server, provided User A has local sudo access.
  • Add and remove system services for automatically starting up KA Lite.
  • Notification area icon (TODO)

Installation

Installing from PPA:

sudo add-apt-repository ppa:learningequality/ka-lite
sudo apt-get update
sudo apt-get install ka-lite-gtk

After installing from PPA, a launcher will appear in your start menu.

Installing from PyPi:

sudo pip install ka-lite-gtk
python -m kalite_gtk

Development

Run directly from source:

python -m kalite_gtk --debug

Installing in editable mode and running directly:

pip install -e .
ka-lite-gtk --debug

Releases

No releases published

Packages

No packages published