Difference between revisions of "Get started"

From ETSI Forge
Jump to: navigation, search
Line 24: Line 24:
 
In order to use the git repositories at Forge, to contribute and to review code you will need to  
 
In order to use the git repositories at Forge, to contribute and to review code you will need to  
 
# <big>'''Log into''' the platform: [https://forge.etsi.org/gitlab/users/sign_in Click here]</big>
 
# <big>'''Log into''' the platform: [https://forge.etsi.org/gitlab/users/sign_in Click here]</big>
## Use your <u>'''EOL credentials'''</u> to login.
+
## Use your <u>'''EOL credentials'''</u> to login.[[File:Login.png|center|frameless|582x582px]]
 
# <big>(Optional) Set up your '''SSH keys''': [https://forge.etsi.org/gitlab/profile/keys Click here]</big>
 
# <big>(Optional) Set up your '''SSH keys''': [https://forge.etsi.org/gitlab/profile/keys Click here]</big>
## This is needed if you intend to push/pull commits over SSH.
+
## This is needed if you intend to push/pull commits over SSH. [[File:Ssh.png|center|frameless|595x595px]]
 
# <big>(Optional) '''Customize''' your profile: [https://forge.etsi.org/gitlab/profile Click here]</big>
 
# <big>(Optional) '''Customize''' your profile: [https://forge.etsi.org/gitlab/profile Click here]</big>
## You may add your picture, some bios, etc.
+
## You may add your picture, some bios, etc. [[File:Profile.png|center|frameless|547x547px]]
 
# <big>'''That's it'''! Now visit the [https://forge.etsi.org/gitlab/explore/projects Projects] or [https://forge.etsi.org/gitlab/explore/groups Groups] pages to discover the many activities on the Forge.</big>
 
# <big>'''That's it'''! Now visit the [https://forge.etsi.org/gitlab/explore/projects Projects] or [https://forge.etsi.org/gitlab/explore/groups Groups] pages to discover the many activities on the Forge.</big>
  

Revision as of 17:00, 26 October 2018

ETSI Forge collaboration process is based on the Git versioning system. This means that the shared materials and documents are tracked and versioned at each revision.

In this page we will go through the initial setup to contribute to the Forge.

In case something is missing, feel free to edit and add it to this page. If help is needed you can send an email at cti_support@etsi.org.

Set up Git

On Windows

Install a Git client on your Windows operating system. You may find a list of Windows applications to manage Git repositories here.

The following steps are based on Tortoise Git, but should be similar for other client.

  1. Install Git for Windows
  2. Install Tortoise Git

Set up your profile

In order to use the git repositories at Forge, to contribute and to review code you will need to

  1. Log into the platform: Click here
    1. Use your EOL credentials to login.
      Login.png
  2. (Optional) Set up your SSH keys: Click here
    1. This is needed if you intend to push/pull commits over SSH.
      Ssh.png
  3. (Optional) Customize your profile: Click here
    1. You may add your picture, some bios, etc.
      Profile.png
  4. That's it! Now visit the Projects or Groups pages to discover the many activities on the Forge.

How to contribute

Find out how to clone a repository in How to contribute.