TubeTK/Git/Account: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
#:<code>$ ssh git@tubetk.org info</code>
#:<code>$ ssh git@tubetk.org info</code>
[[Category:TubeTK]]

Revision as of 15:56, 22 July 2013

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

Gerrit

Anyone may request access to the TubeTK 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 tubetk.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@tubetk.org info