mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-05 02:15:09 +08:00
23 lines
687 B
Text
23 lines
687 B
Text
Installation instructions
|
|
=========================
|
|
|
|
Requirements
|
|
------------
|
|
|
|
Django
|
|
https://www.djangoproject.com/
|
|
Translate-toolkit
|
|
http://translate.sourceforge.net/wiki/toolkit/index
|
|
GitPython (>= 0.3)
|
|
http://gitorious.org/projects/git-python/
|
|
Django-registration
|
|
https://bitbucket.org/ubernostrum/django-registration/
|
|
|
|
Installation
|
|
------------
|
|
|
|
Install all required components (see above), adjust :file:`settings.py` and
|
|
then run :program:`./manage.py syncdb` to create database structure. Now you
|
|
should be able to create translation projects using admin interface. You
|
|
probably also want to run :program:`./manage.py setuplang` to get default list
|
|
of languages.
|