From 412707d5d3c65ee91f93d9859d0b2e3d0d2bda76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Mar 2012 15:59:25 +0100 Subject: [PATCH] Some words about installation --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index c8faa2fc2..fd73d6acf 100644 --- a/README.rst +++ b/README.rst @@ -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 / directories. + Project name ------------