ITK/Git/Account: Difference between revisions

From KitwarePublic
< ITK‎ | Git
Jump to navigationJump to search
(Created page with "This page documents how to setup ITK developer accounts. See our table of contents for more information. =Gerrit= Anyone may request access to the [http://review.so...")
 
Line 18: Line 18:
Follow these steps to set up access:
Follow these steps to set up access:
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form
# Perform an [[Git/Publish#Authentication_Test|authentication test]]
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
#:<code>$ ssh git@itk.org info</code>

Revision as of 18:53, 17 November 2010

This page documents how to setup ITK developer accounts. See our table of contents for more information.

Gerrit

Anyone may request access to the ITK Gerrit Code Review site to propose and review changes. Follow these steps to set up access:

  1. Get an OpenID
  2. Register at http://review.source.kitware.com using your OpenID (link in upper right)
  3. Sign in
  4. Set all fields in your profile at http://review.source.kitware.com/#settings
  5. Add your ssh public key at http://review.source.kitware.com/#settings,ssh-keys

Git

Authorized developers may publish work directly to itk.org repositories. Follow these steps to set up access:

  1. Submit your ssh public key to the Kitware Password form
  2. Perform an authentication test:
    $ ssh git@itk.org info