giovedì 18 marzo 2010

Script per installare OpenErp su varie distribuzioni

http://openbookserp.com/install-openerp-in-single-step

Attenzione: la versione per Ubuntu puo' essere installata solo su versione 8.10 a causa di una incompatibilita' tra OpenErp e la versione 2.6 di Python installata sulle versioni successive.

La versione per Debian Lenny si installa senza intoppi.

Alcuni pacchetti mancanti possono generare gli errori seguenti, dopo gli errori ho aggiunto il comando per installare il relativo pacchetto mancante:

Error: python module psycopg2 (PostgreSQL module) is required
Error: python module mx.DateTime (date and time handling routines for Python) is required
sudo apt-get install python-psycopg2

Error: python module libxslt (libxslt python bindings) is required
sudo apt-get install python-libxslt1

Error: python module pychart (pychart module) is required
sudo apt-get install python-pychart

Error: python module pydot (pydot module) is required
sudo apt-get install python-pydot

Error: python-xml >= 0.8.4 (PyXML, XML Tools for python) is required.:
sudo apt-get install python-xml

Nessun commento: