Difference between revisions of "GitLab installation"
Jump to navigation
Jump to search
(→Docker) |
(→Ubuntu) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://about.gitlab.com/install/ | ||
+ | |||
+ | == Ubuntu == | ||
+ | sudo apt-get update && sudo apt-get install -y curl openssh-server ca-certificates tzdata perl | ||
+ | [[curl]] https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash | ||
+ | sudo EXTERNAL_URL="https://gitlab.example.com" apt-get install gitlab-ee | ||
== Docker == | == Docker == |
Latest revision as of 07:20, 27 August 2022
Ubuntu[edit]
sudo apt-get update && sudo apt-get install -y curl openssh-server ca-certificates tzdata perl curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash sudo EXTERNAL_URL="https://gitlab.example.com" apt-get install gitlab-ee
Docker[edit]
Default username: root
Docker-compose[edit]
Related terms[edit]
See also[edit]
- GitLab: Install GitLab, Upgrade GitLab Gitlab runner (changelog),
gitlab.rb, .gitlab/, gitlab-ci.yml
,gitlab-ctl, gitlab-rake, gitlab-backup, gitlab-rails
, GitLab editions, GitLab Security Dashboards, GitLab environments, GitLab environment variables, Auto DevOps, permissions, GitLab Pages,gitlab-rails
, GitLab scheduled pipelines, GitLab logs, GitLab changelog , GitLab Release CLI, GitLab Omnibus, GitLab Advanced Search, GitLab container registry, GitLab infrastructure registry
Advertising: