Created
August 28, 2014 16:35
-
-
Save teopost/a40e9c18e33e3119872c to your computer and use it in GitHub Desktop.
Weblate installation notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = '[email protected]' | |
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