|
|
Line 1: |
Line 1: |
| This page documents how to setup ParaView developer accounts.
| | The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/git/README.md here]. |
| See our [[ParaView/Git|table of contents]] for more information. | |
| | |
| =Gerrit=
| |
| | |
| Anyone may request access to the [http://review.source.kitware.com/p/ParaView ParaView 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>paraview.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@paraview.org info</code>
| |
Latest revision as of 19:26, 26 March 2015
The instructions previously available on this page have been superseded. See here.