gitlab

Gitlab find version

To find version of hosted Gitlab installation, run gitlab-rake gitlab:env:info Example root@simplegitlab:~# gitlab-rake gitlab:env:info System information System: Ubuntu 16.04 Current User: git…

Install LetsEncrypt SSL on Gitlab

To enable LetsEncrypt free SSL on Gitlab, edit file vi /etc/gitlab/gitlab.rb Modify following configrations letsencrypt[‘enable’] = true external_url “https://gitlab.example.com” letsencrypt[‘contact_emails’] = [‘foo@email.com’]…

gitlab

Install Gitlab on Debian/Ubuntu Install LetsEncrypt SSL on Gitlab Gitlab find version Restart gitlab gitlab-ctl restart Resconfigure gitlab, needed if you make…

Install Gitlab on Debian/Ubuntu

Install requirements echo “postfix postfix/main_mailer_type string ‘Internet Site'” | debconf-set-selections echo “postfix postfix/mailname string localhost” | debconf-set-selections curl -Ls https://packages.gitlab.com/gpg.key | apt-key…