[FIX] pep8
[odoo/odoo.git] / doc / INSTALL
1 OpenERP Quick Installation Guide
2 ---------------------------------
3
4 This file contains a quick guide to configure and install the OpenERP server.
5
6 Required dependencies:
7 ---------------------
8
9 You need the following software installed:
10
11     * Python 2.5 or 2.6
12     * Postgresql 8.2 or above
13     * Psycopg2 python module 
14     * Reportlab pdf generation library for python
15     * lxml python module
16     * pytz python module
17
18 Some dependencies are only required for specific purposes:
19
20 for rendering workflows graphs, you need:
21     * graphviz
22     * pyparsing
23
24 for generating reports using non .jpg images, you need:
25     * Python Imaging Library for python
26
27 For Debian-based distributions, the required packages can be installed with the 
28 following command:
29
30   #> apt-get install -y postgresql graphviz python-psycopg2 python-lxml python-tz python-imaging
31
32 For Fedora 
33 if they are not installed, install:
34 python and postgresql
35
36 uses yum or you can recover required packages on fedora web site in "core" or "extra" repository :
37 postgresql-python
38 python-lxml
39 python-imaging
40 python-psycopg2
41 python-reportlab
42 graphviz
43 You can find pyparsing at http://pyparsing.sourceforge.net/ 
44
45 1. Check that all the required dependencies are installed.
46
47 2. Launch the program "python ./bin/openerp-server.py -r db_user -w db_password --db_host 127.0.0.1".
48 See the man page for more information about options.
49
50 3. Connect to the server using the GUI client. And follow the instructions to create a new database.
51