X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=b020301581029f72c0f09b7e0e98515c935edd47;hb=d82aa69cccd7ce91389c915c8ffb6b0559db2ca5;hp=9312b7758d6f8f74ee0717fddd657e01fccec4b7;hpb=7b26db3593bd78c71c875fff3e41dcf71dc980a1;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index 9312b77..b020301 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Odoo Odoo is a suite of web based open source business apps. -It's main apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ... Each application is standalone but you get a full featured Open Source ERP if you install several apps as they integrate to each others. +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 @@ -15,7 +17,7 @@ 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 @@ -26,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/nightly/deb/ ./ + deb http://nightly.odoo.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