githubEdit

GitLab

GitLab

Introduction

...

Deploy By Binary

Quick Start

# Run On SourceCode
https://docs.gitlab.com/ee/install/installation.html#overview


### Run On Ubuntu
# Install and configure the necessary dependencies
apt update
apt install -y curl openssh-server ca-certificates tzdata perl

# Add the Gitlab package repository and install package
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash
GITLAB_ROOT_PASSWORD="passwOrd123" EXTERNAL_URL="http://gitlab.example.com" apt install gitlab-ee

# Browse to the hostname and login
cat /etc/gitlab/initial_root_password

Deploy By Container

Run On Docker

Run On Kubernetes

[[cc-k8s|deploy by kubernetes manifest]]

[[cc-helm|deploy by helm]]

deploy by gitlab-operatorarrow-up-right

access and use

Reference:

Last updated