Go to file
Quentin (OpenERP) f5718efa6e [MERGE] merged with trunk
bzr revid: qdp-launchpad@openerp.com-20131230102802-y1ux8470wxnj4yfr
2013-12-30 11:28:02 +01:00
addons [MERGE] merged with trunk 2013-12-30 11:28:02 +01:00
debian [FIX] debian deps, recommend antiword and python-gevent 2013-10-15 03:58:00 +02:00
doc [DOC] read_group: added comments for the new formatting option 2013-09-16 12:30:47 +02:00
history [IMP] use exact writing for fsf address 2013-05-14 16:29:26 +02:00
install
openerp [FIX] ir_translation: rename method load to load_module_terms to avoid name clash with load call from base_import 2013-12-30 13:53:07 +01:00
openerpcommand [MERGE] forward port of branch saas-2 up to revid 4984 chs@openerp.com-20131125151017-lmj53bxg1pfrr4a7 2013-11-25 16:41:40 +01:00
scripts
win32
.bzrignore Added Gruntfile with jshint and corrected most js errors 2013-07-25 12:07:49 +02:00
LICENSE
LICENSE.web
MANIFEST.in
README
README.web
oe
oe-bash-completion
openerp-server
openerp-wsgi.py [IMP] remove shebang 2013-05-14 13:40:45 +02:00
setup.cfg
setup.nsi [IMP] use exact writing for fsf address 2013-05-14 16:32:54 +02:00
setup.py [FIX] Use psycogreen instead of gevent-psycopg2 2013-09-09 15:11:23 +02:00
setup_rpm.sh

README

About OpenERP
-------------

OpenERP is an OpenSource/Free software Enterprise Resource Planning and
Customer Relationship Management software. More info at:

    http://www.openerp.com

Installation on Debian/Ubuntu
-----------------------------

Add the the apt repository

    deb http://nightly.openerp.com/6.1/deb/ ./

in your source.list and type:

    $ sudo apt-get update
    $ sudo apt-get install openerp

Or download the deb file and type:

    $ sudo dpkg -i <openerp-deb-filename>
    $ sudo apt-get install install -f

Installation on RedHat, Fedora, CentOS
--------------------------------------

Install the required dependencies:

    $ yum install python
    $ easy_install pip
    $ pip install .....

Install the openerp rpm

    $ rpm -i openerp-VERSION.rpm

Installation on Windows
-----------------------

    Check the notes in setup.py

Installation on MacOSX
-----------------------

Setuping you first database
---------------------------

Point your browser to http://localhost:8069/ and click "Manage Databases", the
default master password is "admin".

Detailed System Requirements
----------------------------

The dependencies are listed in setup.py

For Luxembourg localization, you also need:

 pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)