X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README;h=9449819d766bb2c87dafc451231170366f58e583;hb=ba65ad242262e688b5b478db4e8848c3658bcc29;hp=80fb4701288bf77f227942f11f964aad7080deec;hpb=117907432bfd97355aaa4fb8e1bd5fee1d0e708c;p=odoo%2Fodoo.git diff --git a/README b/README index 80fb470..9449819 100644 --- a/README +++ b/README @@ -1,30 +1,61 @@ -About OpenERP ---------------- - -OpenERP is a free Enterprise Resource Planning and Customer Relationship -Management software. It is mainly developed to meet changing needs. - -The main functional features are: CRM & SRM, analytic and financial accounting, -double-entry stock management, sales and purchases management, tasks automation, -help desk, marketing campaign, ... and vertical modules for very specific -businesses. - -Technical features include a distributed server, flexible workflows, an object -database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ... - -For more information, please visit: -http://www.openerp.com - -About Tiny.be ----------------- - -Tiny.be is a company specialising in the development of high-level applications -and websites. All the company products are free software, released under the -GNU GPL license. - -Our main products include: OpenERP (ERP & CRM for SMB), Tiny eCommerce -(complete eCommerce system), OpenReport (automated generation of complex -documents), Tiny Raytracer, ... - -For more information, please visit: -http://www.tiny.be +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 + $ 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/) +