|
26.
|
|
|
Contributors are people who want to help the project improve, add functionality and improve stability. Anyone can contribute on the project by reporting bugs, proposing some improvement and posting patch.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:220
|
|
27.
|
|
|
The community team is available on launchpad: https://launchpad.net/~openerp-community
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:29
../../source/developer/99_community_book.rst:225
|
|
28.
|
|
|
Member of the quality and committer team are automatically members of the community.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:227
|
|
29.
|
|
|
Installing Bazaar
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:230
|
|
30.
|
|
|
Get Bazaar version control to pull the source from Launchpad.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:237
|
|
31.
|
|
|
To install bazaar on any ubuntu distribution, you can edit /etc/apt/sources.list by
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:239
|
|
32.
|
|
|
and put these lines in it:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:245
|
|
33.
|
|
|
Here, intrepid, jaunty and karmic are version names of ubuntu, replace it with your ubuntu version.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:261
|
|
34.
|
|
|
Then, do the following
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:263
|
|
35.
|
|
|
To work correctly, bzr version must be at least 1.3. Check it with the command:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:269
|