Go to file
Thibault Delavallée e4cdc02337 [FIX] portal_gamification: fixed references to group_portal in gamification.
Indeed gamification is a new module that landed in trunk recently. It makes some
references to the portal group. However this group has been moved into the
base module in this website feature branch. The references have therefore
been updated.

bzr revid: tde@openerp.com-20140106165001-uqhxqztn1qq1urys
2014-01-06 17:50:01 +01:00
addons [FIX] portal_gamification: fixed references to group_portal in gamification. 2014-01-06 17:50:01 +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
install
openerp [MERGE] [FIX] ir_translation: backport of rev 5018 from trunk 2013-12-31 15:03:58 +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-long-polling [IMP] openerp threaded, gevent, prefork service cleanup 2013-09-08 19:35:35 +02:00
openerp-server
openerp-wsgi.py
setup.cfg
setup.nsi
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/)