Launchpad automatic translations update.
[odoo/odoo.git] / README
1 About OpenERP
2 -------------
3
4 OpenERP is an OpenSource/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 Download the deb file and type:
13
14     $ sudo dpkg -i <openerp-deb-filename>
15     $ sudo apt-get install install -f
16
17 Installation on Debian Ubuntu from nightly build
18 ------------------------------------------------
19
20 Add the the apt repository
21
22     deb http://nightly.openerp.com/6.1/deb/ ./
23
24 in your source.list and type:
25
26     $ sudo apt-get update
27     $ sudo apt-get install openerp
28
29 Installation on RedHat, Fedora, CentOS
30 --------------------------------------
31
32 Install the required dependencies:
33
34     $ yum install python
35     $ easy_install pip
36     $ pip install .....
37
38 Install the openerp rpm
39
40     $ rpm -i openerp-VERSION.rpm
41
42 Installation on Windows
43 -----------------------
44
45 Installation on MacOSX
46 -----------------------
47
48 Setuping you first database
49 ---------------------------
50
51 Point your browser to http://localhost:8069/ and click "Manage Databases", the
52 default master password is "admin".
53
54 Detailed System Requirements
55 ----------------------------
56
57 You need the following software installed:
58
59  postgresql-client, python-dateutil, python-feedparser, python-gdata,
60  python-ldap, python-libxslt1, python-lxml, python-mako, python-openid,
61  python-psycopg2, python-pybabel, python-pychart, python-pydot,
62  python-pyparsing, python-reportlab, python-simplejson, python-tz,
63  python-vatnumber, python-vobject, python-webdav, python-werkzeug, python-xlwt,
64  python-yaml, python-zsi
65
66 For Luxembourg localization, you also need:
67
68  pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
69