Code/QuickStart

Not logged in - Log In / Register

Revision 8 as of 2009-08-04 11:06:18

Clear message

Launchpad Help > Code > Quick-start

lp-diamond-16.png Code hosting quick start

If you need further help, take a look at the Code section of this help wiki.

Enable code hosting for your project

First, add your project to Launchpad. On your project's overview page, click Change details towards the top-right of the page.

change-details.png

Edit your project's info in Launchpad

Scroll down the Change details page and select the check-box marked Code for this project is published in Bazaar branches on Launchpad.

code-for-this-project.png

Tell Launchpad you want to host your project's code here

Save your changes by clicking the Change button at the bottom of the page.

What's changed?

Push a Bazaar branch to your project

Bazaar comes with a plug-in that lets you push to and pull from Launchpad directly from within Bazaar.

To push your branch up to Launchpad, open your terminal and go to your Bazaar branch. Next up, type:

bzr push lp:~your-id/project-id/branch-name

Replace project-name with your project's Launchpad id. The id is the final part of your project overview page's URL: e.g. bzr in https://launchpad.net/bzr

See your branch in place