What is Launchpad ?
Launchpad (https://launchpad.net) is a hosting service for open source projects that's big on collaboration. Its goal is to keep track of modifications brought to the code. It permits to share code, bug reports, translations and ideas across projects.
Since July 2008, Openerp has decided to change his previous system (svn) to be incorporated in launchpad.
How to use Launchpad ?
Launchpad uses a tool called bazaar. You need to install it before using our launchpad locations. For any informations, you can refer to: http://bazaar-vcs.org and https://launchpad.net.
Under linux, you can generally use the distribution installation system (apt-get or rpm) to install the package named bzr.
For Windows and Mac users, you can download latest stables versions of bazaar here.
How to use it ?
There are several ways to use bazaar.
Under linux, you can use bzr command line tool (the command: "man bzr" will give you some nice informations), or install some clients (like eclipse).
For Windows and mac users, you can install and run cygwin and use some command line tools or install some clients (like eclipse).
Where can I get OpenERP stable and trunk versions ?
To get the available launchpad urls, you can visit our launchpad website: https://launchpad.net/openobject. From there, you will get the urls for stable and development version of OpenERP client, OpenERP server OpenERP modules and OpenERP etiny.
All-in-one
To get server, client, web-client and addons at the same time, you can use this url and follow the instructions below: lp:openerp You will get two files: bzr_set.py and README.txt. The first one is the script to run. We advice you to read the file README.txt first. It will explain how to make bzr_set.py running. You can also type python bzr_set.py --help.
More infoFor more information about bazaar, you can visit: http://bazaar-vcs.org/
|