Skip to content

Latest commit

 

History

History
132 lines (109 loc) · 10 KB

README.md

File metadata and controls

132 lines (109 loc) · 10 KB
toc comments

Omnibus GitLab documentation

Omnibus is a way to package different services and tools required to run GitLab, so that most users can install it without laborious configuration.

Package information

Installation

Prerequisites
  • Installation Requirements
  • If you want to access your GitLab instance via a domain name, like mygitlabinstance.com, make sure the domain correctly points to the IP of the server where GitLab is being installed. You can check this using the command host mygitlabinstance.com
  • If you want to use HTTPS on your GitLab instance, make sure you have the SSL certificates for the domain ready. (Note that certain components like Container Registry which can have their own subdomains requires certificates for those subdomains also)
  • If you want to send notification emails, install and configure a mail server (MTA) like sendmail. Alternatively, you can use other third party SMTP servers, which is described below.

Installation and Configuration using omnibus package

Note: This section describes the commonly used configuration settings. Check configuration section of the documentation for complete configuration settings.

Using docker image

You can also use the docker images provided by GitLab to install and configure a GitLab instance. Check the documentation to know more.

Maintenance

Configuring

Updating

Troubleshooting

Omnibus GitLab developer documentation