|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| This page documents how to setup TubeTK developer accounts.
| |
| See our [[TubeTK/Git|table of contents]] for more information.
| |
|
| |
|
| =Gerrit=
| |
|
| |
| Anyone may request access to the [http://review.source.kitware.com/p/TubeTK TubeTK Gerrit Code Review] site to propose and review changes.
| |
| Follow these steps to set up access:
| |
|
| |
| # Get an [http://openid.net/get-an-openid/ OpenID]
| |
| # Register at http://review.source.kitware.com using your OpenID (link in upper right)
| |
| # Sign in
| |
| # Set all fields in your profile at http://review.source.kitware.com/#settings
| |
| # Add your ssh public key at http://review.source.kitware.com/#settings,ssh-keys
| |
|
| |
| =Git=
| |
|
| |
| Authorized developers may publish work directly to <code>tubetk.org</code> repositories.
| |
| Follow these steps to set up access:
| |
| # 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]]:
| |
| #:<code>$ ssh git@tubetk.org info</code>
| |