Update 'scripts/gitlabinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-20 10:56:36 -07:00
parent 70a0b8accb
commit 0996fcec37
1 changed files with 7 additions and 2 deletions

View File

@ -18,8 +18,13 @@ deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ focal main
EOF
sudo apt update
sudo apt install gitlab-ce
sudo gitlab-rake gitlab:env:info
sudo ufw allow https
sudo ufw allow http
sudo ufw allow ssh
sudo ufw reload
sudo ufw reload
echo -e "=================================================================="
echo "Congrats on installing GitLab Community Edition"
echo "These are your login credentials, make sure to change them."
echo "Username: root"
cat /etc/gitlab/initial_root_password | grep Password:
echo -e "=================================================================="