HowToDevelopWithLaunchpad

From AWN Wiki

Jump to: navigation, search

Here is how to set up your Launchpad account for developing with AWN:

  1. First you will need to configure an SSH key. If you don't already have one (if you don't know, you probably don't), do the following at the command prompt:
    1. Run ssh-keygen
    2. You will be asked for a location. The default is fine so press enter.
    3. Enter a passphrase (something you can remember), then press enter. You will be asked to confirm it so do so and press enter again. You now have your very own SSH key in the ~/.ssh folder.
  2. Log in to Launchpad, and visit the "Overview" tab or your personal page.
  3. Select "Update SSH keys" from the left menu
  4. Copy and paste the contents of your ~/.ssh/id_rsa.pub into the field, and then click "Import Public Key".

Great job, you now have successfully configured your Launchpad account!

See HowToUseBzr if you have taken the dive into a repository and wish to make changes to AWN.

Personal tools