Skip to content

Instantly share code, notes, and snippets.

@teopost
Created August 28, 2014 16:35
Show Gist options
  • Save teopost/a40e9c18e33e3119872c to your computer and use it in GitHub Desktop.
Save teopost/a40e9c18e33e3119872c to your computer and use it in GitHub Desktop.
Weblate installation notes
sudo apt-get install python-django
sudo apt-get install python-django-registration
sudo apt-get install python-django-south
sudo apt-get install python-imaging
sudo apt-get install python-pyicu python-git python-lxml
sudo apt-get install python-cairo python-gtk2 python-libravatar
sudo apt-get install python-pip
sudo apt-get install python-social-auth
sudo cp /opt/weblate/weblate/settings_example.py /opt/weblate/weblate/settings.py
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'me@gmail.com'
EMAIL_HOST_PASSWORD = 'password'
easy_install python-social-auth
http://docs.translatehouse.org/projects/translate-toolkit/en/stable-1.11.0/installation.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment