[Usability] Now tells the user in the error message which account triggers the error
[odoo/odoo.git] / README
1 About OpenERP
2 -------------
3
4 OpenERP is an OpenSrouce/Free software Enterprise Resource Planning and
5 Customer Relationship Management software. More info at:
6
7     http://www.openerp.com
8
9 Installation on Debian Ubuntu
10 -----------------------------
11
12 Add the the apt repository in your source.list and type:
13
14     $ apt-get install openerp
15
16 Installation on RedHat, Fedora, CentOS
17 --------------------------------------
18
19 Install the required dependencies:
20
21     $ yum install python
22     $ easy_install pip
23     $ pip install .....
24
25 Install the openerp rpm
26
27     $ rpm -i openerp-VERSION.rpm
28
29 Installation on Windows
30 -----------------------
31
32 Installation on MacOSX
33 -----------------------
34
35 Setuping you first database
36 ---------------------------
37
38 Point your browser to http://localhost:8069/ and click "Database", the default
39 master password is "admin".
40
41 Detailed System Requirements
42 ----------------------------
43
44 You need the following software installed:
45
46 python, postgresql-client, python-dateutil, python-gdata, python-ldap,
47 python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2,
48 python-pybabel, python-pychart, python-pydot, python-pyparsing,
49 python-reportlab, python-simplejson, python-tz, python-vobject, python-webdav,
50 python-werkzeug, python-yaml, python-zsi, graphviz, ghostscript, postgresql,
51 python-imaging, python-matplotlib
52
53 For Luxembourg localization, you also need:
54 * pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
55