Skip to content

Commit

Permalink
[FIX] update README about the new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylesuisse committed Dec 15, 2014
1 parent f04f409 commit 2e3ae75
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,23 @@ Odoo

Odoo is a suite of web based open source business apps.

The main Odoo Apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...
The main Odoo Apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing &amp; Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...

Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps.


Getting started with Odoo development
--------------------------------------

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 <a href="https://doc.odoo.com/trunk/server/howto/howto_website/">the developer tutorial</a>



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
Getting started with Odoo
-------------------------

If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package.
For a standard installation please follow the <a href="https://www.odoo.com/documentation/8.0/setup.html">Setup instructions</a>
from the documentation.

* <a href="http://nightly.odoo.com/8.0/nightly/src/">Source tarballs</a>
If you are a developer you may type the following command at your terminal:

* <a href="http://nightly.odoo.com/8.0/nightly/exe/">Windows installer</a>
wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

* <a href="http://nightly.odoo.com/8.0/nightly/rpm/">RPM package</a>
Then follow <a href="https://www.odoo.com/documentation/8.0/tutorials.html">the developer tutorials</a>


For Odoo employees
Expand Down

0 comments on commit 2e3ae75

Please sign in to comment.