User Tools

Site Tools


operating_systems:linux:debian:pootle_installation

This is an old revision of the document!


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.

sudo aptitude install libxml2-dev
sudo aptitude install libxslt-dev

Now, we can let easy_install handle the heavy lift:

sudo easy_install pootle

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.

sudo aptitude install libapache2-mod-wsgi

Configuring Apache

operating_systems/linux/debian/pootle_installation.1365758219.txt.gz · Last modified: 2013/04/12 09:16 by tret