[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639...
[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 Add the the apt repository
13
14     deb http://nightly.openerp.com/6.1/deb/ ./
15
16 in your source.list and type:
17
18     $ sudo apt-get update
19     $ sudo apt-get install openerp
20
21 Or download the deb file and type:
22
23     $ sudo dpkg -i <openerp-deb-filename>
24     $ sudo apt-get install install -f
25
26 Installation on RedHat, Fedora, CentOS
27 --------------------------------------
28
29 Install the required dependencies:
30
31     $ yum install python
32     $ easy_install pip
33     $ pip install .....
34
35 Install the openerp rpm
36
37     $ rpm -i openerp-VERSION.rpm
38
39 Installation on Windows
40 -----------------------
41
42     Check the notes in setup.py
43
44 Installation on MacOSX
45 -----------------------
46
47 Setuping you first database
48 ---------------------------
49
50 Point your browser to http://localhost:8069/ and click "Manage Databases", the
51 default master password is "admin".
52
53 Detailed System Requirements
54 ----------------------------
55
56 The dependencies are listed in setup.py
57
58 For Luxembourg localization, you also need:
59
60  pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
61