Skip to content

Instantly share code, notes, and snippets.

@aronasorman
Last active March 2, 2016 19:47
Show Gist options
  • Save aronasorman/26a8f32d9b3afa1b709d to your computer and use it in GitHub Desktop.
Save aronasorman/26a8f32d9b3afa1b709d to your computer and use it in GitHub Desktop.

Testing out KA Lite and pt-BR on Linux

  1. Add the bleeding edge PPA:
sudo apt-get install sudo add-apt-repository ppa:learningequality/ka-lite-proposed
  1. Install KA Lite:
sudo apt-get update && sudo apt-get install ka-lite-bundle (or ka-lite-raspberry-pi if on an RPi)
  1. Start KA Lite:
kalite start --foreground
  1. Install pt-BR by logging in as admin, going to the language pack download page, then download the portugues, Brasil language pack.
For the beta1 release, these are the known bugs:
- progress bar isn't currently showing up when downloading language packs. However, the progress bar should appear for video downloads.
- there is no video download cancel button.
- the language pack stats are incorrect. Specifically, pt-BR is showing 0 subtitles when they are included with the language pack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment