User Tools

Site Tools


operating_systems:linux:debian:pootle_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
operating_systems:linux:debian:pootle_installation [2013/04/12 09:16] – created tretoperating_systems:linux:debian:pootle_installation [2014/09/17 15:17] (current) – removed sbolay
Line 1: Line 1:
-====== Pootle Installation ====== 
- 
-How to install Pootle 2.5.0-rc1 on Debian. 
- 
-===== Installing Pootle ===== 
- 
-Some packages are required in order to build dependencies of Pootle. 
- 
-<code bash> 
-sudo aptitude install libxml2-dev 
-sudo aptitude install libxslt-dev 
-</code> 
- 
-Now, we can let ''easy_install'' handle the heavy lift: 
- 
-<code bash> 
-sudo easy_install pootle 
-</code> 
- 
-We still have to configure Apache to work with Pootle... 
- 
-===== Preparing Apache ===== 
- 
-Pootle will be directly loaded by Apache. We need ''mod_wsgi'' to host our Python based application. 
- 
-<code bash> 
-sudo aptitude install libapache2-mod-wsgi 
-</code> 
- 
-===== Configuring Apache ===== 
  
operating_systems/linux/debian/pootle_installation.1365758219.txt.gz · Last modified: 2013/04/12 09:16 by tret