DEV Community

SullySavesTheInternet
SullySavesTheInternet

Posted on

GitLab for dUmMiEz

As an amateur coder and user of all services like GitLab and GitHub, I am constantly trying to navigate the internet to find the best tools to suit my needs.

It is a little tricky to recognize the difference between GitLab and GitHub, but the easiest way to understand it is that GitHub is a public server and GitLab is primarily a private server. With GitLab code can be edited in real time in a private environment, whereas in GitHub everyone has access to make changes and add information as they see fit.

In order to get going using GitLab, you can follow the steps below OR follow along with my youtube video which is linked at the bottom of this post.

  1. First you are going to need some kind of host for GitLab. I used ReclaimCloud, which is a service that allows you to only pay for what you need, instead of a subscription based situation.

  2. When you get into ReclaimCloud you are going to want to find the DevOps GitLab server under Marketplace>Dev & Admin tools. Once you find this you will install it.

  3. Once installed make sure to press the Change Environment Topology button, and increase the speed to maximum, and apply.

  4. After this is complete click on the link under the GitLab server, which will take you to a login page with GitLab.

  5. Check your email for login information!

  6. Now you are good to go to add repositories to your GitLab!

Hopefully this was helpful for beginners like me, and don't hold back from checking out my youtube video: https://youtu.be/KT_JRhobpbY

Top comments (0)