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