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_passwordDeploy By Container
Run On Docker
Run On Kubernetes
Last updated