From 2e3ae75342c6d79ac0cb0c62b3a32594af610b38 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Mon, 15 Dec 2014 16:14:02 +0100 Subject: [PATCH] [FIX] update README about the new documentation --- README.md | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index b0203015810..685f61b3f6d 100644 --- a/README.md +++ b/README.md @@ -5,43 +5,23 @@ Odoo Odoo is a suite of web based open source business apps. -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, ... +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 --------------------------------------- +Getting started with Odoo +------------------------- -If you are a developer type the following command at your terminal: +For a standard installation please follow the Setup instructions +from the documentation. - wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python +If you are a developer you may type the following command at your terminal: -Then follow the developer tutorial + wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python - - -Packages, tarballs and installers ---------------------------------- - -* Debian packages - - Add this apt repository to your /etc/apt/sources.list file - - deb http://nightly.odoo.com/8.0/nightly/deb/ ./ - - Then type: - - $ sudo apt-get update - $ sudo apt-get install odoo - - If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package. - -* Source tarballs - -* Windows installer - -* RPM package +Then follow the developer tutorials For Odoo employees