Merge branch 'master-remove-html-fields-backend-ypa' of https://github.com/odoo-dev...
[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 Installation
7 ============
8
9 [Setup/migration guide for employees](https://github.com/odoo/odoo/blob/master/doc/git.rst)
10
11
12 Migration from bazaar
13 =====================
14
15 If you have existing bazaar branches and want to move them to a git repository,
16 there are several options:
17
18 * download http://nightly.openerp.com/move-branch.zip and run it with
19   `python move-branch.zip -h` (for the help). It should be able to convert
20   simple-enough branches for you (even if they have merge commits &al)
21 * Extract the branch contents as patches and use `git apply` or `git am` to
22   rebuild a branch from them
23 * Replay the branch by hand
24
25
26 System Requirements
27 -------------------
28
29 The dependencies are listed in setup.py
30
31
32 Debian/Ubuntu
33 -------------
34
35 Add the apt repository
36
37     deb http://nightly.openerp.com/7.0/deb/ ./
38
39 in your source.list and type:
40
41     $ sudo apt-get update
42     $ sudo apt-get install openerp
43
44 Or download the deb file and type:
45
46     $ sudo dpkg -i <openerp-deb-filename>
47     $ sudo apt-get install -f
48
49 RedHat, Fedora, CentOS
50 ----------------------
51
52 Install the required dependencies:
53
54     $ yum install python
55     $ easy_install pip
56     $ pip install .....
57
58 Install the openerp rpm
59
60     $ rpm -i openerp-VERSION.rpm
61
62 Windows
63 -------
64
65 Check the notes in setup.py
66
67
68 Setting up your database
69 ------------------------
70
71 Point your browser to http://localhost:8069/ and click "Manage Databases", the
72 default master password is "admin".
73