15
edits
Thardcastle (talk | contribs) (Extra RHEL dependencies) |
Friedelwolff (talk | contribs) (Instructions for stray readers, update to 2010 realities) |
||
| Line 1: | Line 1: | ||
[[Verbatim]] » Deployment | [[Verbatim]] » Deployment | ||
NOTE: This page contains notes about Mozilla's installation of Pootle. If you wish to install Pootle, the best would be to consult the [http://translate.sourceforge.net/wiki/pootle/index documentation of the Pootle project]. | |||
== Pre-Deployment Checklist == | == Pre-Deployment Checklist == | ||
| Line 14: | Line 16: | ||
** python-devel | ** python-devel | ||
([http://translate.sourceforge.net/wiki/pootle/ | ([http://translate.sourceforge.net/wiki/pootle/installation list of Pootle's dependencies]) | ||
== Setup == | == Setup == | ||
| Line 28: | Line 30: | ||
** <code>wget .../requirements.txt</code> (from github) | ** <code>wget .../requirements.txt</code> (from github) | ||
** <code>pip -E pootle_env install -r requirements.txt</code> | ** <code>pip -E pootle_env install -r requirements.txt</code> | ||
* Download and extract Pootle itself (from the [http:// | * Download and extract Pootle itself (from the [http://sourceforge.net/projects/translate/files/Pootle/ SourceForge releases]) so that it lives under pootle_dir/Pootle | ||
Set up Apache and mod_python to properly run Pootle | Set up Apache and mod_python to properly run Pootle | ||
| Line 63: | Line 65: | ||
* once it all works, switch <code>DEBUG</code> in <code>localconfig.py</code> to'' False'' | * once it all works, switch <code>DEBUG</code> in <code>localconfig.py</code> to'' False'' | ||
''todo: verification things are working, cron jobs, nagios checks, etc.'' | ''todo: verification things are working, cron jobs, nagios checks, etc.'' | ||
You might also want to look into tips for [http://translate.sourceforge.net/wiki/pootle/optimisation Pootle optimisation]]. | |||
edits