Advertisement
andrejsstepanovs

install gitlab

Oct 21st, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. apt-get update
  2. apt-get install -y curl openssh-server ca-certificates tzdata perl
  3. apt-get install -y postfix
  4. curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
  5. apt-get install gitlab-ce
  6. gitlab-ctl reconfigure
  7. cat /etc/gitlab/initial_root_password
  8. admin@example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement