[MERGE] forward port of branch saas-3 up to 3d80dc2
[odoo/odoo.git] / README.md
1 Odoo
2 ----
3
4 Odoo is a suite of web based open source business apps.  More info at http://www.odoo.com
5
6 The easiest way to play with it is the <a href="https://www.odoo.com/page/start">Odoo free trial</a>, email registration is NOT required, use the "skip this step" link on the registration page to skip it.
7
8
9 Getting started with Odoo developement
10 --------------------------------------
11
12 If you are a developer type the following command at your terminal [1]:
13
14     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
15
16 Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
17
18 [1] You may want to check the content of the <a href="https://raw.githubusercontent.com/odoo/odoo/master/odoo.py">odoo.py file</a> before executing it.
19
20
21 Packages, tarballs and installers
22 ---------------------------------
23
24 * Debian packages
25
26     Add this apt repository to your /etc/apt/sources.list file
27
28         deb http://nightly.openerp.com/8.0/deb/ ./
29
30     Then type:
31
32         $ sudo apt-get update
33         $ sudo apt-get install odoo
34
35 * <a href="http://nightly.openerp.com/">Source tarballs</a>
36
37 * <a href="http://nightly.openerp.com/">Windows installer</a>
38
39 * <a href="http://nightly.openerp.com/">RPM package</a>
40
41
42 For Odoo employees
43 ------------------
44
45 To add the odoo-dev remote use this command:
46
47     $ ./odoo.py setup_git_dev
48
49 To fetch odoo merge pull requests refs use this command:
50
51     $ ./odoo.py setup_git_review
52