projects:mypootleproject
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:mypootleproject [2010/12/25 13:07] – rlunaro | projects:mypootleproject [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 28: | Line 28: | ||
In this project I will try to give specific instructions to install and run a project with pootle. And to handle with a translation of the properties files of a java project into various languages. Those who haven' | In this project I will try to give specific instructions to install and run a project with pootle. And to handle with a translation of the properties files of a java project into various languages. Those who haven' | ||
+ | ==== Software you will need ==== | ||
+ | |||
+ | You have to have installed in your system: | ||
+ | |||
+ | * Mysql | ||
+ | * Python | ||
+ | * Apache | ||
+ | |||
+ | ==== Download the neccessary packages ==== | ||
+ | |||
+ | Look into the installation manual the neccesary packages for install pootle: | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | |||
+ | ==== Install Python easy install ==== | ||
+ | |||
+ | It eases many tasks of installing. Probably you can delete it afterwards if you want to strenghth your security. | ||
+ | |||
+ | < | ||
+ | |||
+ | rluna@rluna-VirtualBox: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Install Django ==== | ||
+ | |||
+ | First install Django, because Pootle requires it. You can download it from the project website, https:// | ||
+ | |||
+ | <code shell> | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Install translate-toolkit ==== | ||
+ | |||
+ | <code shell> | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Install lxml ==== | ||
+ | |||
+ | After some seconds, you are ready to install the second package, lxml. This package is now(11/ | ||
+ | |||
+ | <code shell> | ||
+ | root@rluna-VirtualBox: | ||
+ | |||
+ | root@rluna-VirtualBox: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Install pootle ==== | ||
+ | |||
+ | |||
+ | <code shell> | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | rluna@rluna-VirtualBox: | ||
+ | </ | ||
+ | |||
+ | ==== Install south ==== | ||
+ | |||
+ | You can easily install south by issuing the command: | ||
+ | |||
+ | <code shell> | ||
+ | apt-get install python-django-south | ||
+ | </ | ||
+ | |||
+ | At least in Ubuntu it works! | ||
+ | |||
+ | ==== Problem found: No such file or directory ''/ | ||
+ | |||
+ | It appears that when you are installing in Ubuntu, pootle doesn' | ||
+ | installing itself; instead of using ''/ | ||
+ | hence it fails when running issuing this error: | ||
+ | |||
+ | < | ||
+ | OSError: [Errno 2] No such file or directory: '/ | ||
+ | </ | ||
+ | |||
+ | The easiest way to fix this is to cheat Pootle, installing a symbolic link to the | ||
+ | proper directory: | ||
+ | |||
+ | < | ||
+ | root@rluna-VirtualBox:/ | ||
+ | </ | ||
+ | |||
+ | Ah!!! Thanks to [[http:// | ||
+ | who gave me the solution for this nasty error!!!! | ||
+ | |||
+ | ==== Finishing ==== | ||
+ | |||
+ | And that's it: you only have to point to '' | ||
+ | copy of pootle. | ||
projects/mypootleproject.1293282444.txt.gz · Last modified: 2022/12/02 21:02 (external edit)