X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=b616a3576cdece315f980f6c89f1a0af4d0bb422;hb=d9e48bae42f84d0880ac1be66c31c50be08d9417;hp=d5570e7a028690843c749060eae7d415d79547d7;hpb=027435a375bc5cecca9b7de4289bd9cdf9490932;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index d5570e7..b616a35 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,22 @@ Odoo ---- -Odoo is a suite of web based open source business apps. More info at http://www.odoo.com +Odoo is a suite of web based open source business apps. -The easiest way to play with it is the Odoo free trial, email registration is NOT required, use the "skip this step" link on the registration page to skip it. +The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ... +Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get +a full-featured Open Source ERP when you install several Apps. Getting started with Odoo development -------------------------------------- -If you are a developer type the following command at your terminal [1]: +If you are a developer type the following command at your terminal: wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python -Then follow the developer tutorial +Then follow the developer tutorial -[1] You may want to check the content of the odoo.py file before executing it. Packages, tarballs and installers @@ -27,18 +28,20 @@ Packages, tarballs and installers Add this apt repository to your /etc/apt/sources.list file - deb http://nightly.openerp.com/8.0/deb/ ./ + deb http://nightly.openerp.com/8.0/nightly/deb/ ./ Then type: $ sudo apt-get update $ sudo apt-get install odoo -* Source tarballs + If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package. -* Windows installer +* Source tarballs -* RPM package +* Windows installer + +* RPM package For Odoo employees