Différences entre versions de « TinyErp »
Sauter à la navigation
Sauter à la recherche
Ligne 1 : | Ligne 1 : | ||
− | Installation du serveur de TinyErp | + | == Installation du serveur de TinyErp == |
+ | === Preparation === | ||
* apt-get install python2.3 python2.3-psycopg python2.3-libxml2 python2.3-xml | * apt-get install python2.3 python2.3-psycopg python2.3-libxml2 python2.3-xml | ||
* apt-get install python2.3-libxslt1 python2.3-reportlab python2.3-imaging python2.3-pyparsing | * apt-get install python2.3-libxslt1 python2.3-reportlab python2.3-imaging python2.3-pyparsing | ||
* apt-get install postgresql postgresql-client graphviz | * apt-get install postgresql postgresql-client graphviz | ||
− | Configuration de postgres | + | === Configuration de postgres === |
* sudo su postgres | * sudo su postgres | ||
Ligne 11 : | Ligne 12 : | ||
* createdb -U postgres -O terp --encoding=UNICODE terp | * createdb -U postgres -O terp --encoding=UNICODE terp | ||
− | Lancement du serveur | + | === Lancement du serveur === |
* tar xzvf tinyerp_server-v...tar.gz | * tar xzvf tinyerp_server-v...tar.gz | ||
Ligne 17 : | Ligne 18 : | ||
* tinyerp_server.py | * tinyerp_server.py | ||
− | Mettre en Français le serveur | + | === Mettre en Français le serveur === |
+ | |||
+ | --A FAIRE-- | ||
+ | |||
+ | == Installation du client == | ||
--A FAIRE-- | --A FAIRE-- |
Version du 17 février 2006 à 17:01
Installation du serveur de TinyErp
Preparation
* apt-get install python2.3 python2.3-psycopg python2.3-libxml2 python2.3-xml * apt-get install python2.3-libxslt1 python2.3-reportlab python2.3-imaging python2.3-pyparsing * apt-get install postgresql postgresql-client graphviz
Configuration de postgres
* sudo su postgres * createuser -U postgres --no-createdb --no-adduser -P terp * createdb -U postgres -O terp --encoding=UNICODE terp
Lancement du serveur
* tar xzvf tinyerp_server-v...tar.gz * cd server/bin * tinyerp_server.py
Mettre en Français le serveur
--A FAIRE--
Installation du client
--A FAIRE--