Comments on How to Install and Configure GitLab on Ubuntu 18.04 LTS

Gitlab is a web-based GIT repository manager that allows your team to work on code, perform feature requests, track bugs, and test and implement applications. In this tutorial, I will show you step-by-step how to install GitLab CE (Community Edition) on your own Ubuntu 18.04 LTS (Bionic Beaver) server.

6 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Adam Dymitruk

Please do another article on gitea. It's a much smaller install that will work fine on the smallest digital ocean droplet.

By: J

Nice tutorial. Maybe usefull to tell on how to extend the letsencrypt ssl (when it becomes expired) and how to upgrade gitlab from the commandline. Gitlab is high on updates almost every week. 

By: lelapinblanc

great article !

Thanks, all work nice.But after this gitlab installation, I can't use nginx for other sites, the port 80 is used.I think i will look for change the default port 80 for gitlab

By: lelapinblanc

I really can't use nginx and gitlab at the same time... I tried lot of things but I can't activate both together.

I tried to disable nginx in gitlab.rb and tried to configure manuelly nginx for use gitlab, but it's in ruby and nginx can't run it, I see on forums we need to install passenger, I don't understand what to do actually.

 

By: Javier

Excelente tutorial, pero las imágenes deberían tener mejor resolución para ver los resultados.

Gracias

By: Nic

In the most cases, one needs to install gitLab on Remote Servers, where with the most probability Port 80 is busy. Does anybody know to clear this mistery of setting another Port number as 80???