[IMP] repository cleanup
[odoo/odoo.git] / README.md
1 About Odoo
2 ==========
3
4 Odoo is a suite of open source Business apps.  More info at http://www.odoo.com
5
6 Evaluating Odoo
7 ---------------
8
9 The easiest way to test Odoo is the free trial, NO email registration is
10 required, select "skip this step" to skip it.
11
12     https://www.odoo.com/page/start
13
14
15 Getting starting with Odoo developement
16 ---------------------------------------
17
18 If you are a developer type the following command at your terminal:
19
20     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
21
22 Then follow the tutorial here:
23
24     https://doc.openerp.com/trunk/server/howto/howto_website/
25
26 If you are an Odoo employee type the following to add the odoo-dev remote
27
28     $ cd odoo; ./odoo.py setup_git_dev
29
30
31 Packages, tarballs and installers
32 ---------------------------------
33
34 * Debian packages
35
36     Add this apt repository to your /etc/apt/sources.list file
37
38         deb http://nightly.openerp.com/8.0/deb/ ./
39
40     Then type:
41
42         $ sudo apt-get update
43         $ sudo apt-get install odoo
44
45 * Source tarballs http://nightly.openerp.com/
46 * Windows installer http://nightly.openerp.com/
47 * RPM package http://nightly.openerp.com/
48