~openerp-community/openobject-server/fix-1130010-toxml-escape-quot

« back to all changes in this revision

Viewing changes to README

  • Committer: Antony Lesuisse
  • Date: 2012-11-07 01:57:08 UTC
  • Revision ID: al@openerp.com-20121107015708-o9l893ll9f32wjcy
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    http://www.openerp.com
8
8
 
9
 
Installation on Debian Ubuntu
 
9
Installation on Debian/Ubuntu
10
10
-----------------------------
11
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
12
Add the the apt repository
21
13
 
22
14
    deb http://nightly.openerp.com/6.1/deb/ ./
26
18
    $ sudo apt-get update
27
19
    $ sudo apt-get install openerp
28
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
 
29
26
Installation on RedHat, Fedora, CentOS
30
27
--------------------------------------
31
28
 
42
39
Installation on Windows
43
40
-----------------------
44
41
 
 
42
    Check the notes in setup.py
 
43
 
45
44
Installation on MacOSX
46
45
-----------------------
47
46
 
54
53
Detailed System Requirements
55
54
----------------------------
56
55
 
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
 
56
The dependencies are listed in setup.py
65
57
 
66
58
For Luxembourg localization, you also need:
67
59