How to setup gitlab
- George Apostolov
- 05 Sep 2025
Guide
Go to GitLab package repo to find the version you want to install.
Choose the package that is compatible with your machine.
Scroll to the upper right corner and select "Download."
Run
sudo dpkg -i gitlab-ce_<version>_amd64.debto install GitLab, replacing<version>with the downloaded package version.Wait for it to install.
Use
sudo vim /etc/gitlab/gitlab.rbto edit the GitLab configuration file.Set the external URL in
/etc/gitlab/gitlab.rband runsudo gitlab-ctl reconfigureto apply the changes.Run
sudo gitlab-ctl reconfigureto apply configuration changes and restart GitLab services.Once reconfiguration is complete, copy the generated password from the output, as you'll need it to log in to your GitLab instance in the offline environment.
You can log in to your offline environment using 'root' as the username and the password you copied earlier.
Create your first interactive demo in minutes
No credit card required • Start building today


