Go to file
xmo-odoo 699bae4e8b Remove note about private repo in setup guide 2014-05-16 08:37:41 +02:00
addons Merge branch 'web-trunk' 2014-05-14 15:13:35 +02:00
debian [ADD] python requests library dependency 2014-03-27 13:57:14 +01:00
doc Remove note about private repo in setup guide 2014-05-16 08:37:41 +02:00
history cleanup repo root 2014-05-15 10:43:02 +02:00
install cleanup repo root 2014-05-15 10:43:02 +02:00
openerp Forward-port of latest saas-4, up to revision 5211 (revid fme@openerp.com-20140509164408-rtml4brrhpiv4zz9) 2014-05-12 10:05:23 +02:00
openerpcommand cleanup repo root 2014-05-15 10:43:02 +02:00
.bzrignore Added Gruntfile with jshint and corrected most js errors 2013-07-25 12:07:49 +02:00
LICENSE cleanup repo root 2014-05-15 10:43:02 +02:00
MANIFEST.in [FIX] update MANIFEST.in to include openerp-gevent and oe binaries 2014-01-14 17:12:02 +01:00
README.md [IMP] linkify readme links 2014-05-16 08:36:12 +02:00
checkout.sh [ADD] easy-setup script for employees 2014-05-15 13:49:40 +02:00
oe [FIX] temp fix for runbot-job 2014-02-17 01:07:02 +01:00
openerp-gevent restore the original gevent detection 2013-09-10 01:19:46 +02:00
openerp-server openerp apps main moved to cli ready for new commands 2012-11-27 01:55:13 +01:00
openerp-wsgi.py [FIX] wsgi deployement with openerp-wsgi.py 2014-03-07 21:00:55 +01:00
setup.cfg [IMP] redhat remove unused stuff 2011-10-06 05:14:26 +02:00
setup.py [MERGE] forward port of branch saas-3 up to revid 5116 chs@openerp.com-20140415133650-y46i0o3qkb2atbvi 2014-04-15 16:05:48 +02:00
setup_rpm.sh [FIX] correct RPM creation: quote files with a space 2014-01-14 17:13:04 +01:00

README.md

About Odoo

Odoo is suite of OpenSource Business apps. More info at http://www.odoo.com

Odoo setup instructions (employees)

https://github.com/odoo/odoo/blob/master/doc/git.rst

Installation

System Requirements

The dependencies are listed in setup.py

For Luxembourg localization, you also need pdftk

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

RedHat, Fedora, CentOS

Install the required dependencies:

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

Install the openerp rpm

$ rpm -i openerp-VERSION.rpm

Windows

Check the notes in setup.py

Setting up your database

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