====== Tracim ====== ====== Installation ====== Testé sous Debian 8 Nécessite git et un serveur postgres. Les locales doivent être configurées en UTF8. apt-get install git realpath python3 python-virtualenv python3-dev python-pip build-essential postgresql-server-dev-all libxml2-dev libxslt1-dev python-lxml Si le serveur postgres est installé localement : apt-get install postgresql postgresql-client Ensuite il faut récupérer les sources de tracim : git clone https://github.com/tracim/tracim.git cd tracim/ Création d'un virtualenv python 3 : virtualenv -p /usr/bin/python3 tg2env source tg2env/bin/activate cd tracim && python setup.py develop && cd - pip install -r install/requirements.txt Il reste maintenant à configurer la base de données.