second submodule: website_house_booking
[odoo/odoo.git] / README.md
1 [![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot)
2
3 Odoo
4 ----
5
6 Odoo is a suite of web based open source business apps.  More info at http://www.odoo.com
7
8 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.
9
10
11 Getting started with Odoo development
12 --------------------------------------
13
14 If you are a developer type the following command at your terminal [1]:
15
16     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
17
18 Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
19
20 [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.
21
22
23 Packages, tarballs and installers
24 ---------------------------------
25
26 * Debian packages
27
28     Add this apt repository to your /etc/apt/sources.list file
29
30         deb http://nightly.openerp.com/8.0/deb/ ./
31
32     Then type:
33
34         $ sudo apt-get update
35         $ sudo apt-get install odoo
36
37 * <a href="http://nightly.openerp.com/">Source tarballs</a>
38
39 * <a href="http://nightly.openerp.com/">Windows installer</a>
40
41 * <a href="http://nightly.openerp.com/">RPM package</a>
42
43
44 For Odoo employees
45 ------------------
46
47 To add the odoo-dev remote use this command:
48
49     $ ./odoo.py setup_git_dev
50
51 To fetch odoo merge pull requests refs use this command:
52
53     $ ./odoo.py setup_git_review
54