X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=a155586e334f7ff1d1a9805b273cb6471bfad5c0;hb=0b42e36da3fba78fd2ea9da3ada6e80dc2be39cb;hp=a33e4c89e48a061e0ac15d829f5968e5927112ef;hpb=93a77bab41de26f40f1fd82f963138ed9bb1dceb;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index a33e4c8..a155586 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ +[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/master.svg)](http://runbot.odoo.com/runbot) + 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. +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. 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 @@ -25,18 +26,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.odoo.com/master/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. + +* Source tarballs -* Windows installer +* Windows installer -* RPM package +* RPM package For Odoo employees