Build Your Own GitLab Server: How to install and configure own GitLab on Ubuntu

Поделиться
HTML-код
  • Опубликовано: 25 окт 2023
  • GitLab is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, a public way to interface with users, or a means for contributors to host their own projects.
    Prerequisites
    The published GitLab hardware requirements recommend using a server with a minimum of
    4 cores for your CPU
    4GB of RAM for memory
    Command used
    sudo apt install ca-certificates curl openssh-server postfix tzdata perl
    cd /tmp
    curl -LO packages.gitlab.com/install/r...
    less /tmp/script.deb.sh
    chmod u+x script.deb.sh
    ./script.deb.sh (or) sudo bash /tmp/script.deb.sh
    sudo apt install gitlab-ce
    sudo ufw allow http
    sudo ufw allow https
    sudo ufw allow OpenSSH
    sudo nano /etc/gitlab/gitlab.rb
    sudo gitlab-ctl reconfigure
    sudo nano /etc/gitlab/initial_root_password
    "Learn how to set up your very own GitLab server from scratch with our step-by-step installation and configuration guide. Discover how to create a secure and private environment for your code repositories, enabling you to take full control of your version control system. In this tutorial, we'll cover everything from the initial server setup to repository creation and source code pushing. Get ready to unlock the power of GitLab and supercharge your development workflows!"
    #devops
    #techy
    #gitlab
    #ubuntu
    #repository
    #opensource
    #opensourcecommunity
    #pipeline
    #beginners
    #tutorial
    #tutorials
    #GitLab
    #DevOps
    #VersionControl
    #SelfHosted
    #ServerSetup
    #GitLabInstallation
    #GitLabConfiguration
    #PrivateGitServer#devops
    #SourceCodeManagement
    #RepositoryCreation
    #CodeHosting
    #Docker
    #CI/CD
    #GitLabTutorial
    #VersionControlSyste

Комментарии • 25

  • @captansship9601
    @captansship9601 8 месяцев назад +1

    Excellent session 🎉

  • @gauravnarkhede481
    @gauravnarkhede481 Месяц назад +1

    Great video.. really helpful

  • @Glider-kr7pe
    @Glider-kr7pe 8 месяцев назад +1

    superb ❤🙌

  • @alhamdulillah8395
    @alhamdulillah8395 8 месяцев назад +1

    Go ahead 💪

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 8 месяцев назад

    Good bro

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 8 месяцев назад +1

    👍👍👍👍

  • @xiscyt1594
    @xiscyt1594 8 месяцев назад +1

    ❤️

  • @MrgnUTube
    @MrgnUTube 3 месяца назад +1

    HTTP 502 of the death for me even with you great tutorial.
    Gitlab is really a pain to install XD

    • @bashops_technologies
      @bashops_technologies  3 месяца назад

      follow the steps as well

    • @bashops_technologies
      @bashops_technologies  3 месяца назад

      To fix that error, you need to make sure there's read/execute permissions on those directories. The remaining issue you have is a Gitlab internal 502 - this indicates stuff is not fully loaded yet in GitLab. Wait up to 20 minutes.

  • @yadhukrishnana4855
    @yadhukrishnana4855 23 дня назад

    I have successfully install the gutlab and access it.My doubt is, Is it possible to connect this gitlab with aws code pipeline?
    If i try to connect then showing invalid username or password. I can't able to connect.

    • @bashops_technologies
      @bashops_technologies  23 дня назад +1

      It depends on your configuration, Ensure your GitLab server is accessible from the internet if you are hosting it locally. AWS needs to access it for the integration to work.
      Another way: use PAT token, When setting up the source stage in AWS CodePipeline, instead of using your GitLab username and password, use your GitLab username and the personal access token as the password.

    • @yadhukrishnana4855
      @yadhukrishnana4855 23 дня назад

      @@bashops_technologies go with gitlab self managed require any subscription?

    • @yadhukrishnana4855
      @yadhukrishnana4855 23 дня назад

      ​@@bashops_technologiesi go with sourse provider gitpab self-managed. It require any subscription?

  • @deeey03
    @deeey03 29 дней назад

    i can't login to gitlab, i already follow the steps but still invalid login or password

    • @bashops_technologies
      @bashops_technologies  23 дня назад

      Please follow the steps, ensure you haven’t missed any step, all are able to logged in

  • @weijiephua4192
    @weijiephua4192 Месяц назад +1

    Make sure not to use ubuntu 22 and below or you may face problem installing gitlab-ce