Some words about installation

This commit is contained in:
Michal Čihař 2012-03-01 15:59:25 +01:00
parent a1816304c1
commit 412707d5d3

View File

@ -31,6 +31,17 @@ Translate-toolkit
GitPython (>= 0.3)
http://gitorious.org/projects/git-python/
Installation
------------
Install all required components (see above), adjust settings.py and then run
./manage.py syncdb to create database structure. Now you should be able to
create translation projects using admin interface.
As setup of translation project includes fetching Git repositories, you might
want to preseed these, repos are stored in path defined by GIT_ROOT in
settings.py in <project>/<subproject> directories.
Project name
------------