Tuesday 12 June 2012

Launchpad Configuration

1) Launchpad Account Configuration
=========================================
https://launchpad.net
Display Name must be like: Turkesh Patel (Open ERP)
Name must be like: tpa-openerp

2) SSH key generation
=======================
Step 1: Open the terminal and type:
ssh-keygen -t rsa
Step 2: When prompted, press Enter to accept the default file name for your key.
Step 3: Next, Enter passphrase (empty for no passphrase):
Press Enter without writing anything (2 times)
Now you need to upload the public portion of your SSH key to Launchpad.
Step 4: Visit your SSH keys page. (https://launchpad.net/people/+me/+editsshkeys)
Step 5: Run following command on terminal
cat ~/.ssh/id_rsa.pub
Copy the output (which is your Public Key)
Step 6: Paste your public key into the text box and then click the Import public key button to continue.

3) Bzr Configuration
==========================
Execute Following Commands in Terminal
bzr whoami "Turkesh Patel (Open ERP) <tpa@tinyerp.com>"
bzr launchpad-login "tpa-openerp"

4) About OpenERP teams and projects
=========================================
https://launchpad.net/openobject

OpenERP Projects
--------------------
Server: https://launchpad.net/openobject-server
Client: https://launchpad.net/openobject-client
Addons: https://launchpad.net/openobject-addons
Web Client: https://bugs.launchpad.net/openobject-client-web

OpenERP teams
---------------
OpenERP Committers: https://launchpad.net/~openerp-commiter
OpenERP R&D Team: https://launchpad.net/~openerp-dev
OpenERP Core Team: https://launchpad.net/~openerp

Branches
---------
Addons: https://code.launchpad.net/openobject-addons
Server: https://code.launchpad.net/openobject-server
Client: https://code.launchpad.net/openobject-client