Friday, January 13, 2023

gitlab enterprise installation

 

Steps for install: https://docs.gitlab.com/ee/install/azure/index.html


sudo gitlab-ctl tail nginx --> to check nginx logs



to enable ssl:

https://www.youtube.com/watch?v=YW6mwgOU_Xo

sudo grep -v '^#\|^$' /etc/gitlab/gitlab.rb

sudo gitlab-ctl reconfigure

sudo gitlab-ctl renew-le-certs


to get password:

sudo cat /home/bitnami/bitnami_credentials

https://docs.bitnami.com/azure/faq/get-started/find-credentials/


80 access denied error:

https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4932


No comments:

Post a Comment