Difference between revisions of "GitLab installation"

From wikieduonline
Jump to navigation Jump to search
 
(5 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 ==
 
* https://docs.gitlab.com/ee/install/docker.html
 
* https://docs.gitlab.com/ee/install/docker.html
* <code>[[docker pull]] gitlab/gitlab-ee</code>
+
* <code>[[docker pull gitlab/gitlab-ee]]</code>
 
 
docker images
 
REPOSITORY          TAG                IMAGE ID            CREATED            SIZE
 
gitlab/gitlab-ee    latest              eb78f3eea74b        4 days ago          2.39GB
 
 
 
 
 
 
Default username: <code>root</code>
 
Default username: <code>root</code>
  

Latest revision as of 07:20, 27 August 2022

Advertising: