

Gitlab CE With Debian 10
Product Overview
Gitlab is a and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Gitlab is easy to learn and has a tiny footprint with lightning fast performance.
Please configure a URL for your GitLab instance by setting external_url
configuration in /etc/gitlab/gitlab.rb file.
You can then start your GitLab instance by running the following command: sudo gitlab-ctl reconfigure
To configure please connect to ssh and edit with vi or nano
sudo nano /etc/gitlab/gitlab.rb
Uncomment and change the values for
external_url 'https://example.com'
letsencrypt['contact_emails'] = ['youremail@example.com']
After changing the above use this command sudo gitlab-ctl reconfigure
Note: You may skip the https - letsencrypt part and can access with ip address over http
Version
Categories
Operating System
Linux/Unix, Debian Latest
Delivery Methods