--- title: GitLab Documentation --- <% if ENV['CI_PROJECT_NAME'] == 'gitlab-docs' or ENV['CI_PROJECT_NAME'].nil? %>
<%= render '/banner.*' %>

Get started with...

<% @items['/_data/landing.yaml'][:heros].each do |hero| %>
<%= hero[:title] %>

<%= hero[:description] %>

<% end %>

Install self-managed GitLab

You’ve got options. See them all

Install on Linux

The Omnibus package includes services and tools to install GitLab without laborious configuration.

Use the Omnibus package
Install on Kubernetes

If you're using cluster management, we recommend the Helm chart or the Operator for installing cloud-native GitLab.

Use the Helm chart Use the Operator
<% @items['/_data/landing.yaml'][:cards].each do |card| %>
<%= card[:title] %>

<%= card[:description] %>

<% end %>

Reference architectures

Scale your GitLab installation by using the recommended configurations.

<% @items['/_data/landing.yaml'][:referenceSmall].each do |ref| %> <% end %>
<% @items['/_data/landing.yaml'][:referenceLarge].each do |ref| %> <% end %>
Get support

If you need additional help and you're on a paid tier, you can request support.

Request support
<% end %>