Version at: 16/03/2014, 20:52

#Installing and Configuring Bazaar

This page gives instructions on installing Bazaar, the source control system used by Launchpad, where we store our UI translation files.

At the moment, it only gives instructions for installation on Windows. There is also a bzr package on Linux, however.

version at: 16/03/2014, 21:07

#Installing and Configuring Bazaar

This page describes how to install Bazaar, the source control system used by Launchpad, where we store our UI translation files.

At the moment, we only give instructions for installation on Windows. There is also a bzr package on Linux, however.

If you have not already registered at [Launchpad](https://launchpad.net/), do so now. Ask Trang (trang@tatoeba.org) to add you add to the maintainers group.


##SSH Keys
###Creating an SSH key

###Uploading an SSH key

* Go to [Launchpad](https://launchpad.net/), then go to your user profile page (by clicking on the user icon in the upper right-hand corner of the page). 

* Click the yellow edit icon next to "SSH keys:". Click it.

* If you have not already created an SSH key, you can use ssh-keygen to create one on Linux (for instance, on the Linux VM where you run Tatoeba), or you can use [PuTTYGen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) to create it on Windows. Or follow the instructions on the Launchpad site.

* Launchpad expects a public SSH key of the form:

    ssh-rsa <string of random chars> tatoeba@tatovm

It does not want one of the form:

    ---- BEGIN SSH2 PUBLIC KEY ----
    Comment: "imported-openssh-key"
    <string of random chars>
    ---- END SSH2 PUBLIC KEY ----

Copy the appropriate key into the text box.

Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.