4024
by Antony Lesuisse
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi |
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 |
||
4542
by Antony Lesuisse
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports |
9 |
Installation on Debian/Ubuntu |
4024
by Antony Lesuisse
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi |
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 |
||
4542
by Antony Lesuisse
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports |
21 |
Or download the deb file and type: |
22 |
||
23 |
$ sudo dpkg -i <openerp-deb-filename> |
|
24 |
$ sudo apt-get install install -f |
|
25 |
||
4024
by Antony Lesuisse
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi |
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 |
||
4542
by Antony Lesuisse
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports |
42 |
Check the notes in setup.py |
43 |
||
4024
by Antony Lesuisse
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi |
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 |
||
4542
by Antony Lesuisse
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports |
56 |
The dependencies are listed in setup.py |
4024
by Antony Lesuisse
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi |
57 |
|
58 |
For Luxembourg localization, you also need: |
|
59 |
||
60 |
pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) |
|
3659
by Antony Lesuisse
[IMP] directory cleanups, moved historical cruft into history |
61 |