[FIX] website_forum_doc fixes
[odoo/odoo.git] / README.md
1 [![Build Status](http://runbot.odoo.com/runbot/badge/default/1/master.svg)](http://runbot.odoo.com/runbot)
2
3 Odoo
4 ----
5
6 Odoo is a suite of web based open source business apps.
7
8 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, ...  
9 Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
10 a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps.
11
12
13 Getting started with Odoo development
14 --------------------------------------
15
16 If you are a developer type the following command at your terminal:
17
18     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
19
20 Then follow <a href="https://doc.odoo.com/trunk/server/howto/howto_website/">the developer tutorial</a>
21
22
23
24 Packages, tarballs and installers
25 ---------------------------------
26
27 * Debian packages
28
29     Add this apt repository to your /etc/apt/sources.list file
30
31         deb http://nightly.odoo.com/master/nightly/deb/ ./
32
33     Then type:
34
35         $ sudo apt-get update
36         $ sudo apt-get install odoo
37
38     If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package.
39
40 * <a href="http://nightly.odoo.com/master/nightly/src/">Source tarballs</a>
41
42 * <a href="http://nightly.odoo.com/master/nightly/exe/">Windows installer</a>
43
44 * <a href="http://nightly.odoo.com/master/nightly/rpm/">RPM package</a>
45
46
47 For Odoo employees
48 ------------------
49
50 To add the odoo-dev remote use this command:
51
52     $ ./odoo.py setup_git_dev
53
54 To fetch odoo merge pull requests refs use this command:
55
56     $ ./odoo.py setup_git_review
57