Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
tinyerp_7.10 [Le 26/06/2008, 15:10] 79.83.138.194, 127.0.0.1 |
tinyerp_7.10 [Le 11/09/2022, 11:50] (Version actuelle) moths-art Suppression des espaces en fin de ligne (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | {{tag>entreprise erp crm bureautique comptabilité BROUILLON}} | ||
| + | |||
| + | ---- | ||
| + | |||
| ==== Installation des pré-requis ==== | ==== Installation des pré-requis ==== | ||
| Les paquets suivants doivent être installé : | Les paquets suivants doivent être installé : | ||
| - | [[apt://postgresql|postgresql]] , | + | [[apt://postgresql|postgresql]] , |
| - | [[apt://python-libxslt1|python-libxslt1]] , | + | [[apt://python-libxslt1|python-libxslt1]] , |
| - | [[apt://python-psycopg|python-psycopg]] , | + | [[apt://python-psycopg|python-psycopg]] , |
| - | [[apt://python-reportlab|python-reportlab]] , | + | [[apt://python-reportlab|python-reportlab]] , |
| - | [[apt://python-tz|python-tz]] , | + | [[apt://python-tz|python-tz]] , |
| - | [[apt://python-imaging|python-imaging]] , | + | [[apt://python-imaging|python-imaging]] , |
| [[apt://python-pyparsing|python-pyparsing]] , | [[apt://python-pyparsing|python-pyparsing]] , | ||
| - | [[apt://python-matplotlib|python-matplotlib]] , | + | [[apt://python-matplotlib|python-matplotlib]] , |
| [[apt://graphviz|graphviz]] | [[apt://graphviz|graphviz]] | ||
| [[apt://xpdf|xpdf]] | [[apt://xpdf|xpdf]] | ||
| Ligne 70: | Ligne 74: | ||
| + | |||
| Ligne 87: | Ligne 92: | ||
| sudo -u postgres createdb -O terp terp | sudo -u postgres createdb -O terp terp | ||
| sudo -u postgres psql -l | sudo -u postgres psql -l | ||
| - | sudo sed -i -e 's|ident sameuser|md5|g' /etc/postgresql/8.2/main/pg_hba.conf | + | sudo sed -i -e 's|ident sameuser|md5|g' /etc/postgresql/8.3/main/pg_hba.conf |
| sudo invoke-rc.d postgresql-8.3 restart | sudo invoke-rc.d postgresql-8.3 restart | ||
| cd /usr/lib/python2.5/site-packages/tinyerp-server/ | cd /usr/lib/python2.5/site-packages/tinyerp-server/ | ||